notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details
py-rapidocr OCR toolkit using PaddleOCR models with ONNX Runtime
3.9.2 graphicsnew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: joneum@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2026-09-18 16:30:08
Last Update: 2026-09-18 16:26:52
Commit Hash: 8852f79
Also Listed In: python
License: APACHE20
WWW:
https://github.com/RapidAI/RapidOCR
Description:
RapidOCR provides the text detection and recognition models of PaddleOCR converted to ONNX, so they can be run without the PaddlePaddle framework. ONNX Runtime, OpenVINO, MNN, PaddlePaddle and PyTorch are supported as inference engines. Detection locates the text boxes in an image, recognition reads the text inside them. Models for Chinese, English, Japanese, Korean and further languages are fetched on demand.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}rapidocr>0:graphics/py-rapidocr@${PY_FLAVOR}
To install the port:
cd /usr/ports/graphics/py-rapidocr/ && make install clean
To add the package, run one of these commands:
  • pkg install graphics/py-rapidocr
  • pkg install py312-rapidocr
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py312-rapidocr listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py312-rapidocr
Package flavors (<flavor>: <package>)
  • py312: py312-rapidocr
distinfo:
TIMESTAMP = 1789650684 SHA256 (RapidAI-RapidOCR-v3.9.2_GH0.tar.gz) = 0342bb616322661038eec54e6d14935a09e13fd0bcfecc7d8c3faf16e34fa805 SIZE (RapidAI-RapidOCR-v3.9.2_GH0.tar.gz) = 2180973

No package information for this port in our database
Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py312-setuptools>0 : devel/py-setuptools@py312
  2. py312-setuptools-scm>=8 : devel/py-setuptools-scm@py312
  3. py312-wheel>0 : devel/py-wheel@py312
  4. python3.12 : lang/python312
  5. py312-build>=0 : devel/py-build@py312
  6. py312-installer>=0 : devel/py-installer@py312
Test dependencies:
  1. python3.12 : lang/python312
Runtime dependencies:
  1. py312-colorlog>0 : devel/py-colorlog@py312
  2. py312-numpy>=1.19.5 : math/py-numpy@py312
  3. py312-omegaconf>0 : devel/py-omegaconf@py312
  4. py312-pillow>0 : graphics/py-pillow@py312
  5. py312-pyclipper>=1.2.0 : math/py-pyclipper@py312
  6. py312-pyyaml>0 : devel/py-pyyaml@py312
  7. py312-requests>0 : www/py-requests@py312
  8. py312-shapely>=1.7.1 : devel/py-shapely@py312
  9. py312-six>=1.15.0 : devel/py-six@py312
  10. py312-tqdm>0 : misc/py-tqdm@py312
  11. __init__.py : graphics/opencv
  12. python3.12 : lang/python312
This port is required by:
for Run
  1. www/immich-ml

Configuration Options:
No options to configure
Options name:
graphics_py-rapidocr
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/RapidAI/RapidOCR/tar.gz/v3.9.2?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.9.2
18 Sep 2026 16:26:52
commit hash: 8852f79ac0d14955f3516c0cd552be391207357bcommit hash: 8852f79ac0d14955f3516c0cd552be391207357bcommit hash: 8852f79ac0d14955f3516c0cd552be391207357bcommit hash: 8852f79ac0d14955f3516c0cd552be391207357b files touched by this commit
Jochen Neumeister (joneum) search for other commits by this committer
graphics/py-rapidocr: Add New Port

RapidOCR provides the text detection and recognition models of PaddleOCR
converted to ONNX, so they can be run without the PaddlePaddle framework.
Detection locates the text boxes in an image, recognition reads the text
inside them.

cv2 comes from graphics/opencv rather than from the headless wheel, which
conflicts with it and with misc/py-insightface.

WWW: https://github.com/RapidAI/RapidOCR

Sponsored by:	Netzkommune GmbH

Number of commits found: 1