Search Criteria
Package Details: ocrodjvu-python3-git 0.12-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/ocrodjvu-python3-git.git (read-only, click to copy) |
---|---|
Package Base: | ocrodjvu-python3-git |
Description: | Python 3 port of ocrodjvu. ocrodjvu is a wrapper for OCR systems, that allows you to perform OCR on DjVu files. |
Upstream URL: | https://github.com/rmast/ocrodjvu/tree/python3 |
Licenses: | GPL2 |
Conflicts: | ocrodjvu |
Provides: | ocrodjvu |
Submitter: | ianis |
Maintainer: | ianis |
Last Packager: | ianis |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-11-17 00:37 (UTC) |
Last Updated: | 2024-02-24 16:30 (UTC) |
Dependencies (16)
- python (python37AUR, python311AUR, python310AUR)
- python-djvulibreAUR
- python-future
- python-lxml
- python-regex (python-regex-gitAUR)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-hybrid-gitAUR, coreutils-selinuxAUR, coreutils-uutilsAUR, coreutils-hybridAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- make (make-gitAUR) (make)
- sed (busybox-coreutilsAUR, sed-gitAUR) (make)
- cuneiformAUR (optional) – OCR system
- gocr (optional) – OCR system
- ocrad (optional) – OCR system
- ocropy (optional) – OCR system
- python-html5lib (python-html5lib-gitAUR) (optional) – HTML parser; required for the ``--html5`` option
- python-pyicu (optional) – required for the ``--word-segmentation=uax29`` option
- tesseract (tesseract-gitAUR) (optional) – OCR system
Latest Comments
ajalonso commented on 2022-12-19 20:03 (UTC)
This package might be missing python-regex as a dependency. It is used here https://github.com/rmast/ocrodjvu/blob/python3/lib/utils.py#L24
Thanks for the package.