2025-01-28 13:23:30 +01:00
|
|
|
Docling can parse various documents formats into a unified representation (Docling
|
|
|
|
Document), which it can export to different formats too — check out
|
2025-03-04 14:24:38 +01:00
|
|
|
[Architecture](../concepts/architecture.md) for more details.
|
2025-01-28 13:23:30 +01:00
|
|
|
|
|
|
|
Below you can find a listing of all supported input and output formats.
|
|
|
|
|
|
|
|
## Supported input formats
|
|
|
|
|
|
|
|
| Format | Description |
|
|
|
|
|--------|-------------|
|
|
|
|
| PDF | |
|
|
|
|
| DOCX, XLSX, PPTX | Default formats in MS Office 2007+, based on Office Open XML |
|
|
|
|
| Markdown | |
|
|
|
|
| AsciiDoc | |
|
|
|
|
| HTML, XHTML | |
|
2025-02-14 15:55:09 +08:00
|
|
|
| CSV | |
|
2025-01-28 13:23:30 +01:00
|
|
|
| PNG, JPEG, TIFF, BMP | Image formats |
|
|
|
|
|
|
|
|
Schema-specific support:
|
|
|
|
|
|
|
|
| Format | Description |
|
|
|
|
|--------|-------------|
|
|
|
|
| USPTO XML | XML format followed by [USPTO](https://www.uspto.gov/patents) patents |
|
2025-02-17 10:43:31 +01:00
|
|
|
| JATS XML | XML format followed by [JATS](https://jats.nlm.nih.gov/) articles |
|
2025-03-04 14:24:38 +01:00
|
|
|
| Docling JSON | JSON-serialized [Docling Document](../concepts/docling_document.md) |
|
2025-01-28 13:23:30 +01:00
|
|
|
|
|
|
|
## Supported output formats
|
|
|
|
|
|
|
|
| Format | Description |
|
|
|
|
|--------|-------------|
|
|
|
|
| HTML | Both image embedding and referencing are supported |
|
|
|
|
| Markdown | |
|
|
|
|
| JSON | Lossless serialization of Docling Document |
|
|
|
|
| Text | Plain text, i.e. without Markdown markers |
|
|
|
|
| Doctags | |
|