Skip to content

Instantly share code, notes, and snippets.

@parkkk123
Created September 12, 2020 06:11
Show Gist options
  • Save parkkk123/80aa009078a4514ed26293e1dc1a2f9d to your computer and use it in GitHub Desktop.
Save parkkk123/80aa009078a4514ed26293e1dc1a2f9d to your computer and use it in GitHub Desktop.
Tesseractocr check version and show language support
import tesserocr
print(tesserocr.tesseract_version()) # print tesseract-ocr version
print(tesserocr.get_languages()) # prints tessdata path and list of available languages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment