14
0
forked from pool/python-pyocr

Accepting request 560035 from home:pluskalm:branches:devel:languages:python

- Update to version 0.5:
  * Tesseract/Libtesseract + LineBoxBuilder: Add confidence scores
    to every word boxes and to hOCR files (thanks to Adriano Pagano)
  * Tesseract 4 (shell): Add '--oem 0' to specify legacy model when
    doing orientation detection as orientation detection does not
    work yet with Tesseract 4 (thanks to Adriano Pagano)
  * Libtesseract: Fix multi-language support
  * Tesseract (shell) + Windows: Never let the cmd window appear
  * Libtesseract: Implements image_to_pdf() (thanks to Marian Skrip)
  * Libtesseract: Hide debug messages (thanks to Ashish Kulkarni)
- Update project url and use github sources

- Use python singlespec

OBS-URL: https://build.opensuse.org/request/show/560035
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyocr?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2017-12-26 20:07:56 +00:00
committed by Git OBS Bridge
parent 31babbde91
commit ceebceda21
4 changed files with 44 additions and 22 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Dec 26 15:53:23 UTC 2017 - mpluskal@suse.com
- Update to version 0.5:
* Tesseract/Libtesseract + LineBoxBuilder: Add confidence scores
to every word boxes and to hOCR files (thanks to Adriano Pagano)
* Tesseract 4 (shell): Add '--oem 0' to specify legacy model when
doing orientation detection as orientation detection does not
work yet with Tesseract 4 (thanks to Adriano Pagano)
* Libtesseract: Fix multi-language support
* Tesseract (shell) + Windows: Never let the cmd window appear
* Libtesseract: Implements image_to_pdf() (thanks to Marian Skrip)
* Libtesseract: Hide debug messages (thanks to Ashish Kulkarni)
- Update project url and use github sources
-------------------------------------------------------------------
Fri Dec 15 11:09:17 UTC 2017 - mvetter@suse.com
- Use python singlespec
-------------------------------------------------------------------
Wed Oct 5 03:17:47 UTC 2016 - mailaender@opensuse.org