File ocrs.changes of Package ocrs
-------------------------------------------------------------------
Sat Feb 21 22:23:27 UTC 2026 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Removed cargo_audit from _service due that contains vendor now
- Update to version 0.12.1:
+ Added
- support for reading from the clipboard in the CLI
- version 0.12.0:
+ Updated to rten v0.24.
- Adds ability to load custom models in ONNX format instead of
.rten format (requires enabling the onnx feature)
+ Improved image preprocessing performance.
- version 0.11.0:
+ Updated to rten v0.22.
- Enables AVX-512 on stable Rust
- Updates MSRV to Rust v1.89
- version 0.10.4:
+ Updated compatible rten version v0.21
- version 0.10.3:
+ Updated to rten v0.18.
- Improves performance on Arm by 20–30%
- version 0.10.2:
+ Disabled IDNA support in ocrs-cli's url dependency.
- Removes various Unicode-related dependencies
- version 0.10.1:
+ Updated ureq to v3.x.
- Removes a number of unnecessary indirect dependencies
- version 0.10.0:
+ Updated compatible rten version range set to >= 0.14, < 0.17
-------------------------------------------------------------------
Mon Dec 2 09:33:08 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to version 0.9.0:
* Added allowed_chars library option and --allowed-chars CLI
option to filter the characters produced by text recognition.
* Improved error message if custom alphabet size does not match
recognition model output.
-------------------------------------------------------------------
Wed Sep 18 10:11:01 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- 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
-------------------------------------------------------------------
Wed Jun 5 07:53:14 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- 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.
-------------------------------------------------------------------
Sun May 19 03:49:44 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- 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.
-------------------------------------------------------------------
Wed May 15 18:24:19 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Remove script libocrs
-------------------------------------------------------------------
Wed May 15 11:49:48 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Disable test on s390x because failed at:
* tests::test_ocr_engine_detect_words
* tests::test_ocr_engine_recognize_lines
-------------------------------------------------------------------
Thu Apr 11 00:27:51 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Initial package