VOOZH about

URL: https://apify.com/zenomastro/image-ocr-text-extractor

โ‡ฑ Image to Text โ€” OCR API for Photos, Screenshots & Scans ยท Apify


๐Ÿ‘ Image OCR โ€” Extract Text from Images avatar

Image OCR โ€” Extract Text from Images

Pricing

from $5.00 / 1,000 image ocrs

Go to Apify Store

Image OCR โ€” Extract Text from Images

Extract text from images, photos, screenshots and scans using Tesseract OCR. Returns recognized text with a confidence score. Supports many languages.

Pricing

from $5.00 / 1,000 image ocrs

Rating

0.0

(0)

Developer

๐Ÿ‘ Rosario Vitale

Rosario Vitale

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

Turn images into text. Send one or more image URLs and get back the recognized text with a confidence score โ€” powered by the Tesseract OCR engine, with support for 100+ languages.

Perfect for receipts, invoices, screenshots, photos of documents, business cards, signs, labels and any picture that contains text.

Features

  • ๐Ÿ”ค Accurate OCR โ€” built on Tesseract, a battle-tested open-source OCR engine.
  • ๐ŸŒ Multi-language โ€” English, Italian, French, German, Spanish, Portuguese and many more; combine several for multilingual images.
  • ๐Ÿ“ˆ Confidence score โ€” every result includes how confident the engine is.
  • ๐Ÿ“ฆ Batch โ€” extract text from many images in a single run.
  • ๐Ÿ›ก๏ธ Robust โ€” no website to scrape, nothing to break: pure on-engine processing.

Input

FieldTypeDescription
imageUrlsarray of stringsDirect links to the images (required).
languagesarray of stringsTesseract language codes, e.g. ["eng"] or ["eng","ita"]. Default ["eng"].

Example input

{
"imageUrls":[
"https://tesseract.projectnaptha.com/img/eng_bw.png"
],
"languages":["eng"]
}

Output

One dataset item per image:

{
"url":"https://tesseract.projectnaptha.com/img/eng_bw.png",
"success":true,
"language":"eng",
"confidence":92.4,
"text":"The (quick) [brown] {fox} jumps! Over the $43,456.78 ..."
}

Export as JSON, CSV, or Excel, or pull via the Apify API.

Common use cases

  • Digitize receipts and invoices into searchable text.
  • Extract text from screenshots and photos of documents.
  • Read business cards, labels, signs and forms.
  • Feed image text into search, spreadsheets, or LLM/RAG pipelines.

Notes

  • Works best on clear, high-contrast images. Blurry or low-resolution photos reduce accuracy.
  • For multilingual images, pass all relevant language codes (e.g. ["eng","ita"]).
  • imageUrls must be direct links to the image file.

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.

PDF OCR Tool โ€” Extract Text from Scanned Documents

junipr/pdf-ocr-tool

Extract text from scanned PDFs and images using Tesseract OCR. 100+ languages, multi-page support. Configurable DPI, page segmentation, language selection. Output as plain text or structured JSON per page.

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.

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.

Textify OCR

intellibits/textify

Extract and Convert Image Text to Digital Text instantly.

๐Ÿ‘ User avatar

Team Intellibits

15

Image Text Extractor

m3web/image-text-extractor

Extract text from images using OCR (Optical Character Recognition) via direct URLs or uploaded JSON/CSV files. Works with multiple languages and automatically enriches your structured file with the text found inside images.

Receipt OCR API

happitap/receipt-ocr-api

Receipt OCR API - Multi-Model Text Extraction : Extract structured data from receipt images using advanced OCR technology with support for multiple AI models including Google Vision, OpenAI, Azure, AWS Textract, Gemini, Hugging Face, DeepSeek, and Native OCR.

Manga AI OCR Translator

parseforge/manga-ocr-translator

Extract and translate text from manga images using Nano Banana AI. Processes manga panel images to extract text in multiple languages and translates to multiple target languages simultaneously. Each extracted text includes the original text and translations to all selected languages.

106

5.0