No description
Find a file
2025-05-30 14:07:10 +02:00
backend Add multipart file processing 2025-05-30 14:07:10 +02:00
docs Adapt gitignore 2025-05-30 10:17:47 +02:00
frontend Update project structure to isolate backend files in order to preprare containerisation properly 2025-05-30 10:18:08 +02:00
.gitignore Adapt gitignore 2025-05-30 10:17:47 +02:00
README.md Update README 2025-05-21 11:18:20 +02:00
run_app.sh Update project structure to isolate backend files in order to preprare containerisation properly 2025-05-30 10:18:08 +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.