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] [-b MIN_BOXES]
[-i MAX_ITERATIONS]
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 path to input EAST text detector
-c CONFIDENCE, --confidence CONFIDENCE
minimum probability required to inspect a region
-w WIDTH, --width WIDTH
resized image width (should be multiple of 32)
-e HEIGHT, --height HEIGHT
resized image height (should be multiple of 32)
-d, --display Display bounding boxes
-n, --numbers Detect only numbers
-p PERCENTAGE, --percentage PERCENTAGE
Expand/shrink detected bound box
-b MIN_BOXES, --min-boxes MIN_BOXES
minimum number of detected boxes to return
-i MAX_ITERATIONS, --max-iterations MAX_ITERATIONS
max number of iterations finding min_boxes
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.1.tar.gz
(754.4 kB
view hashes)
Built Distribution
pytextractor-0.1-py3-none-any.whl
(761.2 kB
view hashes)
Close
Hashes for pytextractor-0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f17d75907895498d9968d9a8a2d83f4f8ac0a13dd5edb2fe2a30c0d8e5450576 |
|
MD5 | a3c9c5c9edef52b0b54d35018f47ef4c |
|
BLAKE2b-256 | 02e63a9195694ab36866f37c70e882d3fb5dbf712744ff1243931725167ee3d4 |