No description
Find a file
2025-05-22 14:49:30 +02:00
static Update frontend with some style 2025-05-22 14:49:30 +02:00
.gitignore Create a specific folder for results 2025-05-21 10:56:02 +02:00
analyzer.py Remove useless code from analyzer 2025-05-21 11:26:41 +02:00
app.py Update frontend to split in multiple files 2025-05-21 21:46:56 +02:00
dat-isia.pdf Improve frontend and adapt API 2025-05-21 21:33:17 +02:00
document.pdf CHange test document 2025-05-21 17:47:16 +02:00
index.html Update frontend with some style 2025-05-22 14:49:30 +02:00
picture_extractor.py Add picture extractor 2025-05-21 11:15:35 +02:00
README.md Update README 2025-05-21 11:18:20 +02:00
visualizer.py Remove useless html generation in visualizer 2025-05-21 11:31:51 +02:00

DocTags Analyzer and Visualizer

Simple command to process PDF pages with DocTags:

python analyzer.py --image document.pdf --page 8 && python visualizer.py --doctags results/output.doctags.txt --pdf document.pdf --page 8 --adjust && python picture_extractor.py --doctags results/output.doctags.txt --pdf document.pdf --page 8 --adjust

All output files will be automatically stored in the results folder.