Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| c526aa42c0 | |||
| d151472cca |
@@ -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
3
ocrs-ocrs-v0.9.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d6268b2d0d13bbf6c43f547f78ef3c83b77f3097161b89ec7bac28cba6c1e548
|
||||||
|
size 602160
|
||||||
@@ -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>
|
Wed Sep 18 10:11:01 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
%bcond_without test
|
%bcond_without test
|
||||||
%endif
|
%endif
|
||||||
Name: ocrs
|
Name: ocrs
|
||||||
Version: 0.8.1
|
Version: 0.9.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A modern OCR engine written in Rust
|
Summary: A modern OCR engine written in Rust
|
||||||
License: Apache-2.0 AND MIT
|
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
|
||||||
install -Dm755 target/release/ocrs -t %{buildroot}%{_bindir}
|
install -Dm755 target/release/ocrs -t %{buildroot}%{_bindir}
|
||||||
|
|
||||||
%check
|
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
|
%check
|
||||||
%{cargo_test}
|
%{cargo_test}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:adc0f426bd92274a06b50c1dd59d5b4a333aa0d8a5507b2cbf0dc2d65673b7d7
|
oid sha256:924211bc18857151e6d6c89f7cde528ec6cbf3cea582c224b9baa52ec9cfc8e0
|
||||||
size 13031706
|
size 13504336
|
||||||
|
|||||||
Reference in New Issue
Block a user