Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ maintainer = Matthias Lee
maintainer_email = [email protected]
description = Python-tesseract is a python wrapper for Google's Tesseract-OCR
long_description = file: README.rst
long_description_content_type = text/x-rst
long_description_content_type = text/plain
license = Apache License 2.0
license_file = LICENSE
keywords = python-tesseract OCR Python
Expand Down
2 changes: 1 addition & 1 deletion unstructured_pytesseract/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
from .pytesseract import TSVNotSupported


__version__ = '0.3.14'
__version__ = '0.3.15'