Stefan Weil
Stefan Weil
The calendar view currently fails with a runtime "Oops" because of its use of `strftime` when the default debug settings are enabled in the TYPO3 backend. This setting in `config/system/additional.php`...
I wonder whether the formatting of the year with two digits like in `$title = strftime('%x', strtotime($title));` is reasonable for historic books and journals which typically are older than our...
Are you using very old instructions (old Tesseract release, old repository URL, ...)?
@zaryabRiasat, the first step is using a recent software release instead of an old one and also reading the current documentation.
I get a slightly different output and no crash when I try this on Debian GNU Linux: ``` $ lstmtraining \ --debug_interval 0 \ --traineddata data/ocrd-testset/ocrd-testset.traineddata \ --old_traineddata ../tessdata_best/ces.traineddata \...
I'm afraid that we cannot do anything here unless there is some way how this can be reproduced by a Tesseract developer. Can you share the image which triggers this...
Our problem: we don't know your images, but need one of those which don't work.
Thanks, confirmed.
There is an (unrelated) bug in src/ccmain/pagesegmain.cpp: `read_unlv_file` is called with a buggy `name` argument ("114025495-7830ed00-9875-11eb-8889-a9c9ea4003a7\000png.uzn").
Tesseract does not find a text box in this image. It tries to find lines, finds none (why?) and also does not use `--psm 7` as a fallback and accept...