2 Commits

Author SHA256 Message Date
c526aa42c0 Accepting request 1227878 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/1227878
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocrs?expand=0&rev=5
2024-12-03 19:46:20 +00:00
d151472cca - 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.

OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/ocrs?expand=0&rev=12
2024-12-03 00:02:29 +00:00
5 changed files with 16 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c2e86ae392fba98a932b1a36d0eb65cb19cc44ac6f782eb3c472db4b87d2ef0c
size 599980

3
ocrs-ocrs-v0.9.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d6268b2d0d13bbf6c43f547f78ef3c83b77f3097161b89ec7bac28cba6c1e548
size 602160

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
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>

View File

@@ -22,7 +22,7 @@
%bcond_without test
%endif
Name: ocrs
Version: 0.8.1
Version: 0.9.0
Release: 0
Summary: A modern OCR engine written in Rust
License: Apache-2.0 AND MIT
@@ -44,8 +44,8 @@ ocrs is CLI tool for extracting text from images, also known as OCR
%install
install -Dm755 target/release/ocrs -t %{buildroot}%{_bindir}
%check
%if %{with test}
%check
%{cargo_test}
%endif

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:adc0f426bd92274a06b50c1dd59d5b4a333aa0d8a5507b2cbf0dc2d65673b7d7
size 13031706
oid sha256:924211bc18857151e6d6c89f7cde528ec6cbf3cea582c224b9baa52ec9cfc8e0
size 13504336