robertknight / ocrs

Rust library and CLI tool for OCR (extracting text from images)
Apache License 2.0
1.1k stars 46 forks source link

Actually check E2E test output, add more context to output errors #25

Closed robertknight closed 7 months ago

robertknight commented 7 months ago

Make make test-e2e actually check the text produced against expectations.

In the process of debugging a CI failure, the error messages produced when writing the output file fails have also been improved.