goncalopp / simple-ocr-opencv

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

Make it work with opencv 3.0.0 #7

Closed heartz closed 8 years ago

heartz commented 8 years ago

Made some small changes in the code to make it work with opencv 3.0.0

goncalopp commented 8 years ago

I separated the bugfixing and openCV support and commited that to the opencv3 branch, thanks for this!