PyTessy - Tesseract-OCR, faster!
This module allows faster access to Tesseract-OCR from Python scripts.
Why and when is it so fast?
PyTessy uses direct library-level access to Tesseract-OCR's core library. Therefore is it so fast in case when the image is already in the memory or when the image need to be processed before scanning with Tesseract-OCR. In case of reading and scanning existing files only PyTessy is just a bit faster than usual Tesseract-OCR Python wrappers.
Requirements
Operating system
PyTessy is operating system independent in case if you set the exact location of your Tesseract-OCR library since presently library search process is implemented on Windows only.
Python modules
PyTessy uses only modules from the Standard Library only. Python version must be >= 3.6.
External requirements
You have to have installed or portable version of Tesseract-OCR (at least a working library and tessdata).
You can download Tesseract-OCR from here.
Installation
You can install the latest PyTeyy version with pip install pytessy or you can download the wheel from this repository or build the source code.
Documentation
OyTessy has a ReadTheDocs page
Release files for pytessy 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pytessy-0.1.0.tar.gz | 5.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pytessy-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 11.8 kB
Release files / pytessy-0.1.0.tar.gz
| Download URL | pytessy-0.1.0.tar.gz |
|---|---|
| Size | 5.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ed33960de21571d324fc577cfac8d94bec5c6ec6b01253bb10e1487d065a056c
|
|
BLAKE2b-256 checksum How to use checksums |
c84f87b4a12482dfc37e3c37d1f26a88f9215a13c254c4470686722b82dac12b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/2.0.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0.post20200309 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6
|
Release files / pytessy-0.1.0-py3-none-any.whl
| Download URL | pytessy-0.1.0-py3-none-any.whl |
|---|---|
| Size | 6.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
47491306a09fb6632f0318f3bf3dbf6705692ca089e07c83718102e5ec70dbb0
|
|
BLAKE2b-256 checksum How to use checksums |
851c8623ab45f52967daf03521e3bd9fef83ce98ebb78ee9bafb6c1e3b543850
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/2.0.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0.post20200309 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6
|