We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea597d4 commit 34ee93cCopy full SHA for 34ee93c
setup.cfg
@@ -7,7 +7,7 @@ maintainer = Matthias Lee
7
maintainer_email = [email protected]
8
description = Python-tesseract is a python wrapper for Google's Tesseract-OCR
9
long_description = file: README.rst
10
-long_description_content_type = text/x-rst
+long_description_content_type = text/plain
11
license = Apache License 2.0
12
license_file = LICENSE
13
keywords = python-tesseract OCR Python
unstructured_pytesseract/__init__.py
@@ -16,4 +16,4 @@
16
from .pytesseract import TSVNotSupported
17
18
19
-__version__ = '0.3.14'
+__version__ = '0.3.15'
0 commit comments