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・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
返される項目
Image UrlExtracted TextFieldsDocument Type
出力サンプル
実際の 1 レコード例。受け取る形そのままです。
| 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" }
関連スクレイパー