AI
Tool: Document OCR to Structured JSON
Read any document image and return the full OCR text plus clean structured JSON fields using premium AI. Paid Apify plans only.
document-ocr-json-tool.json 200 OK
{ "imageUrl": "https://tesseract.projectnaptha.com/img/eng_bw…", "extractedText": "The quick brown fox jumps over the lazy dog.", "fields": {"language":"English","lineCount":"1"}, "documentType": "text", "observedAt": "2026-07-25T00:17:38.189Z" }
你会得到什么
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
返回的字段
Image UrlExtracted TextFieldsDocument Type
示例输出
一条真实的示例记录,正是你收到的结构。
| Image Url | Extracted Text | Fields | Document Type |
|---|---|---|---|
| https://tesseract.projectnaptha.c… | The quick brown fox jumps over th… | {"language":"English","lineCount"… | text |
| https://templates.invoicehome.com… | INVOICE East Repair Inc. 1912 Har… | {"invoiceNumber":"US-001","date":… | invoice |
GET /document-ocr-json-tool
{ "imageUrl": "https://tesseract.projectnaptha.com/img/eng_bw…", "extractedText": "The quick brown fox jumps over the lazy dog.", "fields": {"language":"English","lineCount":"1"}, "documentType": "text", "observedAt": "2026-07-25T00:17:38.189Z" }
相关爬虫