FrankandGitHub 55a44f823a Delete ocrmypdf.png
This file is a bloody workaround.  AppImages require a dir icon.
When started to build this AppImage there was no logo at the github repo of OCRmyPDF.
Now the build script uses/converts the OCRmyPDF logo to use it as dir icon.
2019-07-29 23:41:21 +02:00
2019-07-29 23:41:21 +02:00
2019-07-29 20:56:31 +02:00
2019-07-29 20:56:31 +02:00
2019-07-29 20:56:31 +02:00
2019-07-29 20:59:45 +02:00

OCRmyPDF-AppImage Build Status

AppImage for OCRmyPDF

Usage

Download OCRmyPDF*.AppImage, make it executable and run it.

wget https://github.com/FPille/OCRmyPDF-AppImage/releases/download/continuous/OCRmyPDF-8.3.2-x86_64.AppImage
chmod +x OCRmyPDF*.AppImage
./OCRmyPDF*.AppImage --help

Beside OCRmyPDF additional command line programs can be run with this AppImage like:

  • ghostscript
  • img2pdf
  • pngquant
  • python3.6
  • qpdf
  • tesseract
  • unpaper

Just use the program name as first parameter plus options:

./OCRmyPDF*.AppImage tesseract -v
tesseract 4.1.0
 leptonica-1.76.0
  libjpeg 8d (libjpeg-turbo 1.3.0) : libpng 1.2.50 : libtiff 4.0.3 : zlib 1.2.11 : libwebp 0.4.0 : libopenjp2 2.3.0
 Found AVX2
 Found AVX
 Found SSE

Or create a symlink for the corresponding program:

ln -s OCRmyPDF*.AppImage tesseract
./tesseract --list-langs
S
Description
OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched
http://ocrmypdf.readthedocs.io/ Readme MPL-2.0
80 MiB
Languages
Python 97.9%
Shell 1.8%
Dockerfile 0.3%