From 9bc8ba94240f81a22d5d408930b8cc73fb031190 Mon Sep 17 00:00:00 2001 From: pjmalandrino Date: Wed, 21 May 2025 11:18:20 +0200 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e37f2b6..3e1d342 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ 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 +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. \ No newline at end of file