Textify OCR avatar
Textify OCR

Pricing

from $20.00 / 1,000 results

Go to Apify Store
Textify OCR

Textify OCR

Extract and Convert Image Text to Digital Text instantly.

Pricing

from $20.00 / 1,000 results

Rating

0.0

(0)

Developer

Team Intellibits

Team Intellibits

Maintained by Community

Actor stats

1

Bookmarked

9

Total users

5

Monthly active users

22 days ago

Last modified

Share

Textify - Extract text from images

Extracts all text from a public image URL using OpenAI vision and returns a simple JSON result.

Features

  • Simple input: provide an image url and your API key.
  • Supported formats: PNG, JPG/JPEG, GIF, WEBP.
  • Consistent output: { "text": "..." } (temperature 0 for deterministic results).

Inputs

  • url (required): Public image URL (png, jpg, jpeg, gif, webp).
  • key (required, secret): OpenAI API key used for the request.

How to Use (Apify)

  • Start a new run and fill the input form (url and key are required).
  • The run processes the image and finishes automatically.
  • View the result in the run's Key-value store under the OUTPUT record.

Examples

  • Apify Console: fill the form and run. Open Key‑value store → OUTPUT.
  • Apify CLI:
    • apify run -i '{"url":"https://example.com/image.jpg","key":"sk-..."}'
    • Or: apify call intellibits/textify -i '{"url":"https://example.com/image.jpg","key":"sk-..."}'

Output

OUTPUT record example:

{ "text": "...extracted text..." }

Errors

  • The run fails if url or key is missing/invalid. Check run logs for details.
  • Avoid putting API keys in URLs; provide them only in input.