Image-to-text Tesseract command line wrapper.
Project description
# PILtesseract Simple Tesseract wrapper for converting PIL Images to text.
Warning: PILtesseract is intended to only work with tesseract 3.03+, one awesome feature added in 3.03 is the ability to pipe images via stdin, PILtesseract utilizes this feature.
Here is a simple example:
>>> from PIL import Image
>>> from piltesseract import get_text_from_image
>>> image = Image.open('quickfox.png')
>>> get_text_from_image(image)
'The quick brown fox jumps over the lazy dog'
See more advanced examples. See recipes.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file piltesseract-0.0.2.zip.
File metadata
- Download URL: piltesseract-0.0.2.zip
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12846bf4dacc80f1ebf9a29e2fc89db3909d416385036f4dd108dc8dd2ce8705
|
|
| MD5 |
624181376ced9ab5d29cc05d453ede26
|
|
| BLAKE2b-256 |
caed6aa8c32be95fee3e88e80634d1055eded3821f9503b7ff5b36f6e9d10719
|
File details
Details for the file piltesseract-0.0.2-py2.py3-none-any.whl.
File metadata
- Download URL: piltesseract-0.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3fbcdb6e0f292d6adac88396abf99b17dc515cfd2c6dec25fea244cfedfbcd02
|
|
| MD5 |
a48447fff6ee527d27406c286be41c9c
|
|
| BLAKE2b-256 |
3d40e12161edec39db2cdebb576a332b9fe8310d133fd808f9feeccf737e5359
|