robertknight / ocrs

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

Bump rten to v0.8.0 #53

Closed robertknight closed 4 months ago

robertknight commented 4 months ago

This fixes a crash on x64 CPUs that don't support AVX2 instructions, and generally improves performance.

Fixes https://github.com/robertknight/ocrs/issues/52