← Tools Reference

OCR.space

OCR.space integration (AI, Productivity). Imported from open-connector.

API key2 toolshttps://myapi.ocr.space
POST
ocrspace_extract_text
Extract text from a public image/PDF URL or uploaded transit file by calling OCR.space.

/parse/image

8 parameters
ParamTypeRequiredDescription
urlstringoptionalThe public image or PDF URL to parse with OCR.space.
fileobjectoptionalA local transit image or PDF file to upload to OCR.space.
languagestringoptionalThe OCR language code to send upstream.
detectOrientationbooleanoptionalWhether OCR.space should auto-detect page orientation.
scalebooleanoptionalWhether OCR.space should scale the input image.
isOverlayRequiredbooleanoptionalWhether OCR.space should return word-level overlay metadata.
isTablebooleanoptionalWhether OCR.space should apply table-aware parsing when possible.
ocrEnginestringoptionalThe OCR engine version to request from OCR.space.
POST
ocrspace_get_conversion_stats
Fetch OCR.space conversion statistics for the current month or the previous month.

/conversions

1 parameter
ParamTypeRequiredDescription
startDatestringoptionalSet to lastMonth to fetch the previous month's conversion statistics.