@@ -6,41 +6,29 @@ A powerful command-line interface for converting, extracting, and processing doc
66
77## Features
88
9- < div class = " grid cards " markdown >
9+ ### Document Conversion
1010
11- - :material-file-document-multiple:{ .lg .middle } ** Document Conversion **
11+ Convert PDFs, images, and documents to markdown, HTML, JSON, or semantic chunks with high accuracy.
1212
13- ---
13+ [ Learn more ] ( tutorials/convert-documents.md )
1414
15- Convert PDFs, images, and documents to markdown, HTML, JSON, or semantic chunks with high accuracy.
15+ ### Structured Extraction
1616
17- [ :octicons-arrow-right-24: Learn more ] ( tutorials/convert-documents.md )
17+ Extract structured data from documents using JSON schemas. Get exactly the fields you need.
1818
19- - :material-database-search:{ .lg .middle } ** Structured Extraction **
19+ [ Learn more ] ( tutorials/extract-data.md )
2020
21- ---
21+ ### Smart Caching
2222
23- Extract structured data from documents using JSON schemas. Get exactly the fields you need .
23+ Built-in file-based caching reduces API costs on repeated requests. Pay once, query many .
2424
25- [ :octicons-arrow-right-24: Learn more] ( tutorials/extract-data .md)
25+ [ Learn more] ( concepts/caching .md)
2626
27- - :material-cached:{ .lg .middle } ** Smart Caching **
27+ ### Agent-Friendly
2828
29- ---
29+ JSON output to stdout, progress events to stderr. Designed for piping and AI agent integration.
3030
31- Built-in file-based caching reduces API costs on repeated requests. Pay once, query many.
32-
33- [ :octicons-arrow-right-24: Learn more] ( concepts/caching.md )
34-
35- - :material-robot:{ .lg .middle } ** Agent-Friendly**
36-
37- ---
38-
39- JSON output to stdout, progress events to stderr. Designed for piping and AI agent integration.
40-
41- [ :octicons-arrow-right-24: Learn more] ( tutorials/agent-integration.md )
42-
43- </div >
31+ [ Learn more] ( tutorials/agent-integration.md )
4432
4533---
4634
0 commit comments