Skip to content
gregjurman edited this page Aug 14, 2011 · 11 revisions

Tesserwrap

Tesserwrap is a Python binding to the Tesseract-OCR API (provided by libtesseract_api). Currently Tesserwrap is Alpha quality and licensed under the Apache License version 2.0. The goal is to create a simple way to OCR images in Python without calling the Tesseract application directly and creating temporary files.

Table of Contents

Clone this wiki locally