yardstick17 / image_text_reader

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.
MIT License
147 stars 43 forks source link

ValueError: not enough values to unpack (expected 3, got 2) #7

Open reese360 opened 4 years ago

reese360 commented 4 years ago

even using the examples on github page i get the same errors

ninjakx commented 3 years ago

Can you tell in which line you got this error with traceback? I assume you get this error in contour part. It could be due to opencv version that you are using.

ksridhar commented 9 months ago

Please also see https://github.com/yardstick17/image_text_reader/issues/10