OCR-D / ocrd_tesserocr

Run tesseract with the tesserocr bindings with @OCR-D's interfaces
MIT License
38 stars 11 forks source link

prefer second position of output_file_grp for AlternativeImage, make FILEGRP_IMG fallback #61

Closed bertsky closed 3 years ago

bertsky commented 5 years ago

Fixed by #59 for binarization already, this needs to be done for all processors. Moreover, this must be reflected in the documentation (ocrd-tool.json, README, docstrings) and tests.

bertsky commented 4 years ago

Addition: since core v2.0.2 (process validation of file groups and parameters) this becomes a must, because without proper description in the tool json we now get:

Exception: fileGrp must not contain commas
bertsky commented 4 years ago

Note: this issue has long since become only about documentation and automatic tests. Probably depends on a better spec.

bertsky commented 3 years ago

Since https://github.com/OCR-D/spec/pull/164 this became obsolete.