OCR Image to Text — AI Image Tool
ImageOCR Image to Text uploads a file to a /api AI job and extracts text from images or pdf pages.
What is it
OCR Image to Text is a server-backed image or OCR tool using a hosted AI provider adapter. This MVP uses a mock provider instead of a paid provider and assumes files are not stored while results expire within 24 hours.
POST /api/tools/ai/jobs → status → result
How to use
- 1Choose a file.
- 2Start the AI job.
- 3Review the result text or download.
Reference
| Input | Result |
|---|---|
| image/PDF | extracts text from images or PDF pages |
Sources & standards
FAQ
Is the OCR Image to Text file sent to a server?
Yes. It is uploaded to /api for server AI processing. Do not upload sensitive files.
Can I trust the AI result directly?
No. Generated or extracted AI results can be wrong and must be reviewed.
Is a real AI provider connected?
The provider interface and mock hosted provider are implemented. A real provider requires API key and cost approval.