Port details |
- ocrs Rust CLI tool for OCR
- 0.9.0_2 graphics =2 0.9.0Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2024-05-16 16:51:04
- Last Update: 2024-12-01 09:24:18
- Commit Hash: 1d1fd15
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20 MIT
- WWW:
- https://github.com/robertknight/ocrs
- Description:
- ocrs is a Rust library and CLI tool for extracting text from images, also
known as OCR (Optical Character Recognition).
The goal is to create a modern OCR engine that:
- Works well on a wide variety of images (scanned documents, photos containing
text, screenshots etc.) with zero or much less preprocessing effort compared
to earlier engines like [Tesseract][tesseract]. This is achieved by using
machine learning more extensively in the pipeline.
- Is easy to compile and run across a variety of platforms, including
WebAssembly
- Is trained on open and liberally licensed datasets
- Has a codebase that is easy to understand and modify
Under the hood, the library uses neural network models trained in
PyTorch, which are then exported to ONNX and executed using
the RTen engine.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/graphics/ocrs/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/ocrs
- pkg install ocrs
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ocrs
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1728014714
SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe
SIZE (rust/crates/adler-1.0.2.crate) = 12778
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- rust>=1.83.0 : lang/rust
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- graphics_ocrs
- USES:
- cargo
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.0_2 01 Dec 2024 09:24:18 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.83.0
PR: 283000 |
0.9.0_1 08 Nov 2024 08:24:20 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.82.0
PR: 282516 |
0.9.0 23 Oct 2024 03:11:24 |
Yuri Victorovich (yuri) |
Mk/Uses/cargo.mk: Remove cross-compilation options for Rust-based ports
Reasons:
* Port build shouldn't use cross-compilation mode
because it buids for the same architecture.
* RUSTFLAGS isn't passed to the build of all or some Rust ports
in the cross-compilation mode.
Essential changes:
* Remove the CARGO_BUILD_TARGET make variable.
* Remove CARGO_BUILD_TARGET and CARGO_TARGET_* from CARGO_ENV.
* Update many ports that used CARGO_BUILD_TARGET.
* Build paths now don't include the architecture triplet part.
Immadiate benefits: (Only the first 15 lines of the commit message are shown above ) |
0.9.0 04 Oct 2024 04:24:53 |
Yuri Victorovich (yuri) |
graphics/ocrs: update 0.8.1 → 0.9.0
Reported by: portscout |
0.8.1_1 10 Sep 2024 11:00:34 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.81.0
PR: 281300 |
0.8.1 02 Sep 2024 07:54:43 |
Yuri Victorovich (yuri) |
graphics/ocrs: update 0.8.0 → 0.8.1
Reported by: portscout |
0.8.0_2 26 Aug 2024 08:08:01 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.80.1
PR: 280490 |
0.8.0_1 18 Jun 2024 10:59:14 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.79.0
PR: 279707 |
0.8.0 26 May 2024 04:48:46 |
Yuri Victorovich (yuri) |
graphics/ocrs: update 0.7.0 → 0.8.0
Reported by: portscout |
0.7.0 18 May 2024 16:52:20 |
Yuri Victorovich (yuri) |
graphics/ocrs: update 0.4.0 → 0.7.0
Reported by: portscout |
0.4.0 16 May 2024 16:49:07 |
Yuri Victorovich (yuri) |
graphics/ocrs: New port: Rust CLI tool for OCR |