Skip to content
gregjurman edited this page Apr 24, 2011 · 11 revisions

Tesserwrap

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.

Currently Supports

  • OCRing an image in one-shot.
  • Setting an image and bounding rectangle.
  • Setting segmentation modes.

Examples: Examples

Clone this wiki locally