robertknight / ocrs

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

Run CI on Windows and add trivial E2E test #10

Closed robertknight closed 10 months ago

robertknight commented 10 months ago

The end-to-end test just verifies that the ocrs CLI runs and exits successfully.

The test image is taken from https://www.rust-lang.org and chosen because it should be an "easy" test case.

Part of https://github.com/robertknight/ocrs/issues/3

robertknight commented 10 months ago

OMG it worked on the first attempt.