openpaperwork / pyocr

A Python wrapper for Tesseract and Cuneiform -- Moved to Gnome's Gitlab
https://gitlab.gnome.org/World/OpenPaperwork/pyocr
930 stars 152 forks source link

use tesseract --list-langs #43

Closed poke1024 closed 8 years ago

poke1024 commented 8 years ago

https://github.com/jflesch/pyocr/issues/11

This is of great benefit if working in local environments (e.g. homebrew on OS X) that do not store data in any fixed paths. It's also preliminary for portable installations of any kind. Tested using Python 2.7.12 and Python 3.5.2.

jflesch commented 8 years ago

Looks good to me, and it solves #11. Thanks :)