Skip to content

UIUCLibrary/Tesseract_Glue

Repository files navigation

uiucprescon.ocr

Wrapper around Google Tesseract for Python.

Master Branch:

https://jenkins.library.illinois.edu/buildStatus/icon?job=OpenSourceProjects/Tesseract_Glue/master

Note

This package requires building of C/C++ extension modules for Python which needs to be built before it can be used. See instructions below on how to build.

Building

Requirements

  • Python 3.8 or greater
  • C/C++ compiler

Instructions

  1. Install "build" package into your python environment

  2. Run build command

    python -m build
    

This generates a whl and tar.gz file in the ./dist/ directory and can be used to install into your Python environment.