UB-Mannheim / ocr-fileformat

Validate and transform various OCR file formats (hOCR, ALTO, PAGE, FineReader)
https://digi.bib.uni-mannheim.de/ocr-fileformat/
MIT License
176 stars 23 forks source link

GCV2hocr not working: no file #109

Closed zuphilip closed 4 years ago

zuphilip commented 4 years ago

The transformation GCV2hocr in the Web GUI with the test file https://raw.githubusercontent.com/kba/ocr-fileformat-samples/master/samples/google-cloud/test_picture.json has an error message now: no file. This is unrelated of the PR #106.

stweil commented 4 years ago

That conversion also did not handle input from STDIN. Did it ever work with the web interface?

I added a commit to PR #106 which fixes this issue.

zuphilip commented 4 years ago

I don't know. That is something a format which I usually don't test. It could be an quite old issue, or maybe some changes in the upstream caused that.