gitanat / simple-ocr-opencv

A simple python OCR engine using opencv
GNU Affero General Public License v3.0
525 stars 175 forks source link

Fix cv2.line arguments #39

Closed rupert-sch closed 2 years ago

rupert-sch commented 2 years ago

cv2.line function only accepts int values for points.

rupert-sch commented 2 years ago

Might also close issue #38. But there are still more problems now with newer versions of python and/or OpenCV...

gitanat commented 2 years ago

Thanks!