yardstick17 / image_text_readerLinks
The module extracts text from image using the tesseract-OCR engine. Generally, text present in the images are blur or are of uneven sizes. The image is pre-processed for better comprehension by OCR. This module first makes bounding box for text in images and then normalizes it to 300 dpi, suitable for OCR engine to read.
☆150Updated 6 years ago
Alternatives and similar repositories for image_text_reader
Users that are interested in image_text_reader are comparing it to the libraries listed below
Sorting:
- Detect handwritten words (classic image processing based method).☆274Updated 2 years ago
- Retrive meaningful information from PAN Card image using tesseract-ocr☆123Updated last year
- Code and procdures for handwriting object detection and recognition☆82Updated 5 years ago
- The deslanting algorithm sets text upright in images. Python, C++ and OpenCL implementations provided.☆152Updated 4 years ago
- python ocr using tesseract/ with EAST opencv detector☆42Updated last year
- Detect and fix skew in images containing text