SHA256
1
0
forked from pool/ocrs

6 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
2da83f8024 Accepting request 1201771 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/1201771
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocrs?expand=0&rev=4
2024-09-18 13:28:19 +00:00
49816797a5 - 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

OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/ocrs?expand=0&rev=10
2024-09-18 10:35:03 +00:00
64001dc294 Accepting request 1178678 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/1178678
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocrs?expand=0&rev=3
2024-06-05 15:42:49 +00:00
f6e6a96f74 Accepting request 1175075 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/1175075
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocrs?expand=0&rev=2
2024-05-20 16:12:53 +00:00
5 changed files with 25 additions and 7 deletions

View File

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

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,21 @@
-------------------------------------------------------------------
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>

View File

@@ -22,7 +22,7 @@
%bcond_without test
%endif
Name: ocrs
Version: 0.8.0
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:d037acf9b14908c2f045042fbd851a058fe2f1fd2aafd30d1ad66683ad8f6847
size 21323293
oid sha256:924211bc18857151e6d6c89f7cde528ec6cbf3cea582c224b9baa52ec9cfc8e0
size 13504336