1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-17 23:59:59 +02:00

Add a new CLI tool dinglehopper-extract to just give the extracted text

This commit is contained in:
Gerber, Mike 2020-10-21 16:30:48 +02:00
parent b23b75b601
commit 8b4ee20a40
3 changed files with 33 additions and 0 deletions

View file

@ -76,6 +76,11 @@ parameter:
ocrd-dinglehopper -I ABBYY-FULLTEXT,OCR-D-OCR-CALAMARI -O OCR-D-OCR-COMPARE-ABBYY-CALAMARI -P metrics false
~~~
The tool `dinglehopper-extract` extracts the text of the given input file on
stdout, for example:
`dinglehopper-extract OCR-D-GT-PAGE/00000024.page.xml`
Developer information
---------------------
*Please refer to [README-DEV.md](README-DEV.md).*