Skip to main content

Tool to save positional OCR data to a text file

Project description

Tesseract-Positional

A tool to save positional OCR data to a text file

GitHub version PyPI version GitHub license

Tesseract-Positional allows positional data extracted using OCR to be saved as plain-text. Positional data includes text spacing and line breaks.

Installation

Installation via pip:

$ pip install tesseract-positional

Installation via cloned repository:

$ git clone https://github.com/tjkessler/tesseract-positional
$ cd tesseract-positional
$ pip install .

Additional dependencies (pytesseract, Pillow) will be installed during Tesseract-Positional's installation.

Basic Usage

Via a Python script

Saving extracted text to a file:

from tesseract_positional import positional_ocr
positional_ocr('image.tiff', 'output.txt')

Obtaining extracted text:

from tesseract_positional import positional_ocr
text = positional_ocr('image.tiff')

Via the command line

$ tesseract-positional image.tiff output.txt

Contributing, Reporting Issues and Other Support

To contribute to Tesseract-Positional, make a pull request. Contributions should include tests for new features added, as well as extensive documentation.

To report problems with the software or feature requests, file an issue. When reporting problems, include information such as error messages, your OS/environment and Python version.

For additional support/questions, contact Travis Kessler (travis.j.kessler@gmail.com).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tesseract_positional-0.1.2.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

tesseract_positional-0.1.2-py3-none-any.whl (5.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page