Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Flesch <jflesch@openpaper.work>
  • Loading branch information
jflesch committed Mar 1, 2018
1 parent bac1146 commit fbd5c41
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions ChangeLog
@@ -1,3 +1,13 @@
01/03/2017 - 0.5.1:
- libtesseract/Windows: Add possible DLL names for libtesseract
- libtesseract: Keep track of library-loading errors in
pyocr.libtesseract.lib_load_errors (useful for debugging)
- Build method has been changed: Use now "make install" instead of
"python3 ./setup.py install"
- cosmetic: builders/WordHTMLParser: Message "OCR confidence not found"
floods the logs when working with old documents --> switch to debug
instead of info.

14/12/2017 - 0.5:
- Tesseract/Libtesseract + LineBoxBuilder: Add confidence scores to
every word boxes and to hOCR files (thanks to Adriano Pagano)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -39,7 +39,7 @@ ifeq (${RELEASE}, )
else
@echo "Will release: ${RELEASE}"
@echo "Checking release is in ChangeLog ..."
grep ${RELEASE} ChangeLog
grep ${RELEASE} ChangeLog | grep -v "/xx"
@echo "Releasing ..."
git tag -a ${RELEASE} -m ${RELEASE}
git push origin ${RELEASE}
Expand Down

0 comments on commit fbd5c41

Please sign in to comment.