No description
Find a file
Loïc Pinçon ddd1be860d
Some checks failed
Build and Push Docker image to GHCR / build-and-push (push) Has been cancelled
init ci
2025-06-04 12:01:33 +02:00
.github/workflows init ci 2025-06-04 12:01:33 +02:00
backend Fix batch process 2025-06-03 15:19:05 +02:00
docs Adapt gitignore 2025-05-30 10:17:47 +02:00
frontend Fix bug in visualizer 2025-06-03 14:50:23 +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.