Metadata-Version: 2.1
Name: ocrmypdfgui
Version: 0.9.2
Summary: Hobby Project GUI for the Python Program 'OCRmyPDF' by James R. Barlow
Home-page: https://github.com/alexanderlanganke/ocrmypdfgui
Author: Alexander Langanke
Author-email: alexlanganke@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/alexanderlanganke/ocrmypdfgui/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cffi (>=1.9.1)
Requires-Dist: coloredlogs (>=14.0)
Requires-Dist: img2pdf (<0.5,>=0.3.0)
Requires-Dist: pdfminer.six (!=20200720,<=20201018,>=20191110)
Requires-Dist: pikepdf (>=2.10.0)
Requires-Dist: Pillow (>=8.1.2)
Requires-Dist: pluggy (<1.0,>=0.13.0)
Requires-Dist: reportlab (>=3.5.66)
Requires-Dist: setuptools
Requires-Dist: tqdm (>=4)
Requires-Dist: ocrmypdf (>=12.0.2)
Requires-Dist: pytesseract (>=0.3.8)
Requires-Dist: PyGObject (>=3.42.0)

# ocrmypdfgui
I use James R. Barlow's OCRmyPDF heavily in my paperless Office and have created this Python Project as a GUI wrapper to run batch jobs on my filesystem. This is strictly a Hobby Project and is not "official". Feel free to use it if you like.

Icons made by Freepik from www.flaticon.com

# Installation
You can find ocrmypdfgui on pypi.
There is also a snap package on snapcraft.io:  
[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/ocrmypdfgui)

or you can get if from the commandline:
<code>sudo snap install ocrmypdfgui</code>


