แต่ละรูปแบบมีอะไรบ้าง
最終更新: 2026-08-30
Results can be exported in four formats, and they do not contain the same things. Excel in particular covers only tables and charts, so a document with neither produces an empty file. Knowing that up front avoids the impression that the conversion failed.
รูปแบบใดมีอะไรบ้าง
| เนื้อหา | Excel | Word | Markdown | JSON |
|---|---|---|---|---|
| เนื้อความและหัวข้อ | — | ○ | ○ | ○ |
| ตาราง | ○ | ○ | ○ | ○ |
| กราฟ (ค่าที่อ่านได้) | ○ | ○ | ○ | ○ |
| สูตร | — | ○ | ○ | ○ |
| ตำแหน่งของตราประทับ | — | — | — | ○ |
| พิกัดและความน่าเชื่อถือ | — | — | — | ○ |
Body text does not go into Excel. Pouring paragraphs into spreadsheet cells does not produce anything you can edit. Use Word or Markdown when you need the prose.
Excel (.xlsx)
Only tables and charts are exported. Each one becomes its own sheet, named with its page number, and multi-level header rows are reproduced as merged cells.
Above 40 tables and charts the tabs stop being usable, so the output switches to three sheets — contents, tables and charts — with internal links from the contents sheet to each block.
Each block starts with a confidence band so you can see at a glance whether the values were read from the document, estimated from a chart's shape, or could not be read.
If a document has neither tables nor charts, the Excel button is disabled, because pressing it would only produce an empty file.
Word (.docx)
Body text, headings, tables and formulas, in reading order, in a single document. Suited to editing and reusing directly. Layout (columns, margins) is not reproduced — what we extract is the content.
Markdown (.md)
The same scope as Word, in plain text, with tables in pipe notation. Useful for diffing, for feeding into a language model, or for piping into another tool.
JSON
The richest format. For each block it carries the kind (text, table, chart, formula, seal), the page number, the coordinates within the page, the confidence, and the proportion of numbers that could be cross-checked against the PDF's own text layer. Use it when you are processing results programmatically or need to trace where a value came from.
เกี่ยวกับป้ายกำกับความน่าเชื่อถือ
In every format, we never mix values we read with values we estimated.
- Measured — read from what is written in the document.
- Estimated — derived from the shape of a chart that prints no numbers.
- Unreadable — we could not tell. We say so instead of leaving a blank.
Always check the output against the original PDF. The confidence labels tell you where to concentrate.
สิ่งที่แปลงได้ไม่ดี
The following cannot be converted accurately. We tell you before you buy.
- Charts with no printed values — the numbers become estimates.
- Several charts combined into one figure — out of scope.
- Documents consisting only of handwriting.