Could someone please submit a pull request updating the OCRmyPDF documentation (ocrmypdf.readthedocs.io) with directions for installing this package?
Search Criteria
Package Details: ocrmypdf 16.10.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ocrmypdf.git (read-only, click to copy) |
---|---|
Package Base: | ocrmypdf |
Description: | A tool to add an OCR text layer to scanned PDF files, allowing them to be searched |
Upstream URL: | https://github.com/ocrmypdf/OCRmyPDF |
Licenses: | MPL2 |
Submitter: | dreuter |
Maintainer: | fbrennan (pigmonkey) |
Last Packager: | pigmonkey |
Votes: | 129 |
Popularity: | 2.47 |
First Submitted: | 2014-01-27 11:36 (UTC) |
Last Updated: | 2025-02-28 03:49 (UTC) |
Dependencies (21)
- ghostscript
- img2pdf (img2pdf-gitAUR)
- pngquant
- python (python37AUR, python311AUR, python310AUR)
- python-deprecation
- python-importlib_resources
- python-packaging
- python-pdfminer
- python-pikepdf
- python-pillow (python-pillow-simd-gitAUR)
- python-pluggy
- python-reportlab
- python-rich
- python-tqdm
- tesseract (tesseract-gitAUR)
- unpaper (unpaper-gitAUR)
- python-build (make)
- python-hatch-vcs (make)
- python-installer (make)
- python-wheel (make)
- jbig2encAUR (jbig2encAUR, jbig2enc-gitAUR) (optional) – Better compression algorithm; results in smaller PDF files
Required by (5)
- docspell-joex (optional)
- dpsprep-git (optional)
- phoronix-test-suite-git (optional)
- python-ocrmypdf-papermerge
- riven-original-soundtrack (make)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 17 18 .. 22 Next › Last »
jbarlow commented on 2020-02-22 00:19 (UTC)
jbarlow commented on 2020-02-10 09:57 (UTC)
@brianmercer ocrmypdf 9.6.0 fixes the pdfminer.six version
brianmercer commented on 2020-02-04 15:24 (UTC) (edited on 2020-02-04 15:29 (UTC) by brianmercer)
ocrmypdf won't work if you updated the aur package of pdfminer.six to version 20200124.
ocrmypdf hasn't been updated for the new version of pdfminer.six.
https://github.com/jbarlow83/OCRmyPDF/blob/fd991a2380f1803924b1b8192e42e67a80998dde/setup.py
'pdfminer.six >= 20181108, <= 20200104',
So we're waiting on an update from ocrmypdf, or if necessary you can install an older version of pdfminer.six.
grunix commented on 2020-02-04 12:17 (UTC)
Please bump the version to 9.5.0.
<deleted-account> commented on 2020-01-31 11:48 (UTC)
Please, use stable src url:
<https://files.pythonhosted.org/packages/source/>${_name::1}/$_name/$_name-$pkgver.tar.gz
blabred commented on 2020-01-30 16:35 (UTC)
I get this whenever I'm trying to ocr a document:
Traceback (most recent call last): File "/home/adros/anaconda3/bin/ocrmypdf", line 6, in <module> from pkg_resources import load_entry_point File "/home/adros/anaconda3/lib/python3.7/site-packages/pkg_resources/init.py", line 3252, in <module> @_call_aside File "/home/adros/anaconda3/lib/python3.7/site-packages/pkg_resources/init.py", line 3236, in _call_aside f(args, *kwargs) File "/home/adros/anaconda3/lib/python3.7/site-packages/pkg_resources/init.py", line 3265, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/home/adros/anaconda3/lib/python3.7/site-packages/pkg_resources/init.py", line 584, in _build_master ws.require(requires) File "/home/adros/anaconda3/lib/python3.7/site-packages/pkg_resources/init.py", line 901, in require needed = self.resolve(parse_requirements(requirements)) File "/home/adros/anaconda3/lib/python3.7/site-packages/pkg_resources/init.py", line 787, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'pikepdf<2,>=1.8.1' distribution was not found and is required by ocrmypdf
brianmercer commented on 2020-01-13 00:01 (UTC)
Version 9.2.0 release notes state that qpdf is no longer required as a dependency.
I built it without qpdf and it seemed to compile and run fine.
sagittarius commented on 2019-12-09 14:30 (UTC) (edited on 2019-12-11 13:47 (UTC) by sagittarius)
Please update to 9.1.1 Just change the source link and the SHA256 and it works as is.
$ ocrmypdf --version
9.1.1
Edit PKGBUILD
pkgver=9.1.1
sha256sums=('656dd9cec46b2c3a8a1a4b98e7bb00dd95adb98229d63d397b422679cfbbb88e')
If necessary, rebuild python-pdfminer.six
brianmercer commented on 2019-12-02 14:58 (UTC)
Current version 9.0.5-1 is broken because of an update of python-pdfminer.six in the aur to version 20191110-1.
Error: "The 'pdfminer.six<=20191020,>=20181108' distribution was not found and is required by ocrmypdf"
Please update, thanks.
fbrennan commented on 2019-11-09 05:20 (UTC) (edited on 2019-11-09 05:20 (UTC) by fbrennan)
Github archives are unusable without hacks for Python AUR packages. That's because they don't include the .git
directory, required by python-setuptools
. The PyPI archive must be used.
Pinned Comments
fbrennan commented on 2023-05-12 22:54 (UTC)
The flag was invalid and has been removed with no action taken as no new version was released. There's nothing to do for this package; no new release has been made. Rebuild, as @eclairevoyant has said.