Tiny wrapper around pytesseract with image preprocessing and OCR configurations
Project description
ocr-tesseract-wrapper
Tiny wrapper around pytesseract with image preprocessing and OCR configurations
Requirements
- tesseract installed (https://github.com/tesseract-ocr/tesseract/wiki#installation)
Basic usage
from ocr_tesseract_wrapper import OCR
ocr_tool = OCR()
results = ocr_tool.ocr([image]) # where image is Pillow image or string image path
Advanced usage
from ocr_tesseract_wrapper import OCR
ocr_tool = OCR()
results = ocr_tool.ocr([image1, image2], config=[])
"""
where config parameter is list of additional configs and restrictions for each of the
images given to the OCR. for instance: [None, 'tessedit_char_whitelist=0123456789'] will
apply no restriction to the first but will only return numeric characters from the second image.
"""
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
Built Distribution
File details
Details for the file ocr-tesseract-wrapper-0.0.8.tar.gz
.
File metadata
- Download URL: ocr-tesseract-wrapper-0.0.8.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7fcc5d7a0f6aebcbaad18f23ef822382a177fdd94f5ae431e504fb735296b3e |
|
MD5 | 913f8dd7e444b9299389bd1e7a14a1f7 |
|
BLAKE2b-256 | b864f30269e25963d59b180ce49bb86e179375d0d8e877416f0fb23332a10016 |
File details
Details for the file ocr_tesseract_wrapper-0.0.8-py3-none-any.whl
.
File metadata
- Download URL: ocr_tesseract_wrapper-0.0.8-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 244890a815496f9bbfdd34a6c74315197923f37dedc42927b90514ca6c97a38f |
|
MD5 | 8ff2edfc54ea959635d8d56752b16dab |
|
BLAKE2b-256 | 97aee38f72b81f535c057a2f263b0f795e75504ca7aba331854ce450e32f9373 |