SHA256
1
0
forked from pool/ocrs
Files
ocrs/ocrs.changes
Muhammad Akbar Yanuar Mantari 31f309c830 Accepting request 1178677 from home:mantarimay:branches:X11:Utilities
- 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.

OBS-URL: https://build.opensuse.org/request/show/1178677
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/ocrs?expand=0&rev=8
2024-06-05 08:10:22 +00:00

39 lines
1.5 KiB
Plaintext

-------------------------------------------------------------------
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