Trigger on event
- Listen for a new event
- Parse and validate the payload
- Take an action with the linked tool
3 tools available
OCR.space provides a free and paid OCR API for extracting text from images and PDFs, returning results in JSON format.
Connect OCR.space to Definable to automate repetitive tasks, sync data with the rest of your stack, trigger on real-world events. Personas call OCR.space's 3 tools directly from chat or scheduled flows. You can wire it into any persona to read, write, and react when an event fires.
Every OCR.space action below is a callable tool any Definable persona can invoke.
Retrieve OCR API conversion statistics and usage data (PRO accounts only). Returns the number of conversions for Engine1, Engine2, and total conversions. Data is updated once daily and shows conversions from start of month to end of yesterday. Free API keys will return 0 conversions.
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 triggers E301/OCRExitCode 99. Input can be provided as file upload, public URL, or base64-encoded data URI. Response is nested JSON; extract text from `ParsedResults[*].ParsedText`. Returns extracted text with optional overlay coordinates and searchable PDF generation. For poor-quality scans, enable both `detectOrientation` and `scale` and ensure `language` matches the document.
Extract text from images via URL using simplified GET endpoint. Only supports URL-based submissions - no file uploads or base64 encoding. Faster and simpler than POST endpoint for basic use cases.
Anything OCR.space exposes through its API. Common ai document extraction workflows on Definable include automate repetitive tasks, sync data with the rest of your stack, trigger on real-world events. Personas can call any of the 3 OCR.space tools directly, then chain the result into another integration without you writing code.
OCR.space uses API_KEY on Definable. You connect once from the integrations page, scoped to the permissions you choose, and from then on any persona that has the integration enabled can act on your behalf. Tokens are encrypted at rest and rotated automatically.
Yes — every Definable plan, including Starter, includes access to all 3 OCR.space tools. You only need a separate OCR.space subscription if OCR.space itself charges per seat or per API call.
Every call from a persona to OCR.space is logged with the user, persona, prompt, and response. Tokens never leave Definable's secrets vault, scopes are configurable per persona, and you can revoke access at any time from the integration page.
Sign up for Definable, open the integrations page, find OCR.space, and connect via OAuth or API key. You can immediately attach OCR.space to any persona and start running workflows. The free Starter plan includes 5,000 credits/month.
Definable exposes all 3 OCR.space actions as callable tools — including `Get Conversion Statistics`, `Extract Text from Image/PDF (OCR)`, `Extract Text from Image URL (GET)`. Each tool gets a typed parameter schema so personas know exactly how to call it.
Wire it up in minutes. No coding required.