robertknight / ocrs

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

Test building and running ocrs on Windows #3

Closed robertknight closed 8 months ago

robertknight commented 8 months ago

So far I've only tried building and running ocrs on Mac and Linux. This issue is about testing the build on Windows and fixing any issues that are found.

robertknight commented 8 months ago

https://github.com/robertknight/ocrs/pull/9 should resolve the immediate blockers. Before closing this I should add a CI step that runs on Windows.

robertknight commented 8 months ago

Well that was easier than expected - https://github.com/robertknight/ocrs/pull/10