text extractor from images
Project description
pytextractor
python ocr using tesseract/ with EAST opencv text detector
Uses the EAST opencv detector defined here with pytesseract to extract text(default) or numbers from images.
usage: text_detection.py [-h] [-east EAST] [-c CONFIDENCE] [-w WIDTH]
[-e HEIGHT] [-d] [-n] [-p PERCENTAGE]
images [images ...]
Text/Number extractor from image
positional arguments:
images path(s) to input image(s)
optional arguments:
-h, --help show this help message and exit
-east EAST, --east EAST
path to input EAST text detector
-c CONFIDENCE, --confidence CONFIDENCE
minimum probability required to inspect a region[0.5]
-w WIDTH, --width WIDTH
resized image width (should be multiple of 32)[320]
-e HEIGHT, --height HEIGHT
resized image height (should be multiple of 32)[320]
-d, --display Display bounding boxes
-n, --numbers Detect only numbers
-p PERCENTAGE, --percentage PERCENTAGE
Expand/shrink detected bound box[2.0]
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
pytextractor-0.0.2.tar.gz
(4.3 kB
view hashes)
Built Distribution
Close
Hashes for pytextractor-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dac6a270ee240ef1f45d5dd7654d73d2f9a782fe11a9e40dc6b856783e4d5075 |
|
MD5 | 1a5649e78615608a7216beb3debdf85b |
|
BLAKE2b-256 | ef1baeee83819305510ab760a75e88363ee85c823c72e258a69f72291c361eba |