No description
Find a file
Pier-Jean Malandrino a0c5b62d3f
Merge pull request #1 from scub-france/refactor
WIP : Big code refactoring
2025-05-30 15:29:29 +02:00
backend Fix batch processing 2025-05-30 15:27:04 +02:00
docs Adapt gitignore 2025-05-30 10:17:47 +02:00
frontend Fix single page bugs 2025-05-30 15:16:42 +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.