| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to version 0.8.1:
* Added ability to customize the alphabet used by the recognition
model.
* Updated rten to v0.13.1. This enables running custom models in
the V2 rten model format
- Update to version 0.8.0
* Updated rten to v0.10.0: This improves performance when
recognizing long lines of text and improves efficiency by
setting the number of threads to match the number of physical
cores.
* Errors that occur when running the text recognition model are
now propagated to the caller instead of causing a panic.
- Update to version 0.7.0
* Updated rten to v0.9.0: This brings a simpler API for loading
models from disk (Model::load_file) and improves performance.
* Updated image crate. This includes a much faster JPEG decoder.
* Re-designed the API for loading images to be easier to use and
more efficient.
- Remove script libocrs
- Disable test on s390x because failed at: * tests::test_ocr_engine_detect_words * tests::test_ocr_engine_recognize_lines
- Initial package