-
Notifications
You must be signed in to change notification settings - Fork 19
Home
gregjurman edited this page Apr 24, 2011
·
11 revisions
Tesserwrap is a Python binding to the Tesseract-OCR API (provided by libtesseract_api). Currently Tesserwrap is Alpha quality with no warranty. The goal is to create a simple way to OCR images in python with out calling the Tesseract application directly and creating temporary files.
- OCRing an image in one-shot.
- Setting an image and bounding rectangle.
- Setting segmentation modes.
Examples: Examples