
Document OCR
This Actor is paid per event
Actor Metrics
1 monthly user
No reviews yet
No bookmarks yet
0% runs succeeded
Created in Feb 2025
Modified 14 hours ago
Due to underlying costs, the Actor is only available to users with Apify subscription.
The Actor takes list of document urls (PDFs or images) and language, runs them through OCR, and stores the results in dataset.
The Actor is using OCR Space service to perform the OCR.
Pricing
The Actor is using Pay-per-event pricing mode. There is flat fee for spinning the Actor up, and then for every successfully processed document page.
Documents failed to be processed are not counted.
Event | Price |
---|---|
Actor start | $0.01 / start |
OCR | $0.003 / page |
Output
Each processed url is stored in default dataset in following shape:
1{ 2 text: string, // The full text extracted from document. 3 language: string, // Language of the document. 4 url: string, // Original url. 5 raw: object, // Raw data from the underlying OCR service. May change in the future. 6}
In the processing ended up with error, the shape is different:
1{ 2 url: string, // Original url. 3 error: string, // Error message. 4}
Planned features
The Actor is Work-in-progress - stay tuned for new features.
Integrability improvements
- Process all images and PDF files in provided key value store
- Process all urls from given dataset.