Metadata-Version: 2.4
Name: ocrmypdfgui
Version: 0.9.21
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
Project-URL: Bug Tracker, https://github.com/alexanderlanganke/ocrmypdfgui/issues
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
Requires-Dist: rarfile>=3.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 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 the most up-to-date version of ocrmypdfgui on pypi which is based on GTK3.
<code>pip install ocrmypdfgui</code>

There is also an (older) tkinter based version 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>
