VOOZH about

URL: https://apify.com/intellibits/textify

⇱ Textify OCR Β· Apify


Pricing

from $20.00 / 1,000 results

Go to Apify Store

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

2

Bookmarked

15

Total users

0

Monthly active users

7 months 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.

You might also like

Image to Text (OCR) β€” Extract Text from Screenshots & Photos

junipr/image-to-text

Extract text from images using Tesseract.js OCR engine. Supports 100+ languages, PDFs, and bulk image processing.

Bulk Pdf To Json OCR

gagandeo/bulk-pdf-to-json-ocr

Convert PDF invoices, menus, images with text and documents into structured JSON. Features hybrid Digital+OCR parsing and AI-powered data extraction.

πŸ‘ User avatar

Kumar Gagandeo

6

OCR Structured Extractor (AI) β€” Image/PDF β†’ OCR Text + JSON

macheta/ocr-structured-extractor

Extract OCR text and structured JSON from an image or PDF URL. Great for invoices, receipts, forms, IDs, and tables. Powered by Gemini 3 Pro.

Document Extractor API - AI-Powered PDF & Text Analysis

fresh_cliff/document-extractor-api

Extract text and data from PDF, Word, and image documents using AI-powered OCR. Convert documents to structured JSON, analyze content, and extract insights. No API keys required with mirror fallbacks.

πŸ‘ User avatar

Brennan Crawford

2

Image OCR Scraper

seemuapps/image-ocr-scraper

Extract text from any image. Bulk OCR for screenshots, scanned documents, receipts, signs, and photos. Supports 109 languages and outputs clean Markdown or structured JSON with bounding boxes.

Google Lens Search API - Reverse Image Search & OCR

zen-studio/google-lens-visual-search

Reverse image search via Google Lens. Returns visual matches, AI descriptions, related links, related searches, and OCR text with bounding boxes. Four modes from fast OCR-only to full all-tabs extraction.