Update README
This commit is contained in:
parent
04c7bd96a4
commit
9bc8ba9424
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
Loading…
Reference in a new issue