Package Details: python-rapidocr 3.4.2-3

Git Clone URL: https://aur.archlinux.org/python-rapidocr.git (read-only, click to copy)
Package Base: python-rapidocr
Description: Cross-runtime OCR library
Upstream URL: https://github.com/RapidAI/RapidOCR
Licenses: Apache-2.0
Submitter: aliu
Maintainer: aliu
Last Packager: aliu
Votes: 1
Popularity: 0.47
First Submitted: 2025-11-30 02:14 (UTC)
Last Updated: 2025-12-08 22:07 (UTC)

Latest Comments

aliu commented on 2025-12-08 20:03 (UTC)

Sorry, forgot about this. Will fix today.

jwh commented on 2025-12-08 19:48 (UTC)

Just noticed immich-machine-learning has been failing to update because of this also:

Dec 08 19:44:09 builder-amd64 update-aurto[1858455]: ==> Extracting sources...
Dec 08 19:44:09 builder-amd64 update-aurto[1858455]:   -> Extracting v3.4.2.tar.gz with bsdtar
Dec 08 19:44:10 builder-amd64 update-aurto[1858455]:   -> Extracting required_for_whl_v3.0.0.zip with bsdtar
Dec 08 19:44:10 builder-amd64 update-aurto[1858455]: ==> Starting prepare()...
Dec 08 19:44:10 builder-amd64 update-aurto[1860420]: patching file setup.py
Dec 08 19:44:10 builder-amd64 update-aurto[1860420]: rm: cannot remove 'rapidocr/rapidocr/': No such file or directory
Dec 08 19:44:10 builder-amd64 update-aurto[1860420]: ==> ERROR: A failure occurred in prepare().
Dec 08 19:44:10 builder-amd64 update-aurto[1860420]:     Aborting...

aliu commented on 2025-12-04 15:20 (UTC)

Interesting. The directory spontaneously appears for me. I’ll add a folder existence check when I get home in a few days.

CountMurphy commented on 2025-12-02 16:58 (UTC) (edited on 2025-12-02 17:40 (UTC) by CountMurphy)

Line 60

    rm -r build/lib/rapidocr/rapidocr/  # no idea why\ {this happens,only under makepkg}

Causes the build to fail as the directory doesn't exist. Removing the line allows the build to succeed (with makepkg)