docling-studio/README.md
2025-05-21 10:56:02 +02:00

9 lines
No EOL
323 B
Markdown

# DocTags Analyzer and Visualizer
Simple command to process PDF pages with DocTags:
```bash
python analyzer.py --image document.pdf --page 8 && python visualizer.py --doctags results/output.doctags.txt --pdf document.pdf --page 8 --adjust --show
```
All output files will be automatically stored in the `results` folder.