Extract text from images and PDF documents using OCR (Optical Character Recognition). Supports 27 languages, table recognition, orientation detection, and word-level coordinate extraction. Provide exactly one of `file`, `url`, or `base64Image`; providing multiple or none trigger…
urlstringPublicly accessible URL of the image or PDF file. IMPORTANT: Must also set 'filetype' parameter (e.g., 'PNG', 'JPG', 'PDF') when using this option.
filestringBinary content of image or PDF file for upload (multipart/form-data). Supports JPG, PNG, GIF, PDF, BMP, TIF formats.
scalebooleanIf True, automatically upscales low-resolution images before OCR processing to improve text recognition accuracy.
isTablebooleanIf True, optimizes OCR for table/structured data recognition. Recommended for receipts, invoices, and tabular documents.
filetypestringFile format specification. REQUIRED when using 'url' or 'base64Image' parameters. Valid values: 'PDF', 'GIF', 'PNG', 'JPG', 'TIF', 'BMP'. Not needed for 'file' parameter.
languagestringOCR language code: ara=Arabic, bul=Bulgarian, chs=Chinese Simplified, cht=Chinese Traditional, hrv=Croatian, cze=Czech, dan=Danish, dut=Dutch, eng=English, fin=Finnish, fre=French, ger=German, gre=Greek, hun=Hungarian, kor=Korean, ita=Italian, jpn=Japanese, pol=Polish, por=Portu…
OCREngineintegerOCR processing engine selection. 1=Standard engine (default, reliable), 2=Experimental engine (may have better accuracy for some documents)
base64ImagestringBase64-encoded image as a data URI string. Format: 'data:image/[format];base64,[encoded-data]'. IMPORTANT: Must also set 'filetype' parameter when using this option.
detectOrientationbooleanIf True, automatically detects and corrects text orientation (rotation). Returns detected orientation angle in TextOrientation field.
isOverlayRequiredbooleanIf True, returns word-level bounding box coordinates (Left, Top, Height, Width) for each detected word. Useful for document layout analysis.
isCreateSearchablePdfbooleanIf True, generates a searchable PDF with an invisible text layer overlay. Returns PDF URL in SearchablePDFURL field.
isSearchablePdfHideTextLayerbooleanIf True (and isCreateSearchablePdf=True), hides the text layer in the generated searchable PDF. The text is still searchable but not visible.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.