14
0

Accepting request 612005 from devel:languages:python:misc

Python wrapper for google's Tesseract-OCR

OBS-URL: https://build.opensuse.org/request/show/612005
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pytesseract?expand=0&rev=1
This commit is contained in:
Todd R
2018-05-24 20:56:47 +00:00
committed by Git OBS Bridge
commit 5d0d773fbc
6 changed files with 808 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
-------------------------------------------------------------------
Thu May 24 17:39:43 UTC 2018 - toddrme2178@gmail.com
- Update to 0.2.0
* Convert image to RGB mode in order to save as PNG
- Update to 0.1.9
* Preserve source image extension and metadata info
* Don't delete every file in current directory if the temp_name is not populated
* Remove enum dependency, fix bug with missing text in last line
* Support for different output types
* Added verbose option that returns detailed output from tesseract run
- Update to 0.1.8
* Add initial support for numpy arrays/opencv images
* Improved method to discard alpha channel
* Add optional nice agrument for runing tesseract with different priority
* fix python 3 byte string bug
- spec file cleanups
-------------------------------------------------------------------
Wed Oct 18 16:46:49 UTC 2017 - toddrme2178@gmail.com
- Implement single-spec version
- Update to version 0.1.7
* No changelog
-------------------------------------------------------------------
Tue Jun 10 21:31:13 UTC 2014 - jnweiger@gmail.com
- pull from pypi. needed by testipy