goncalopp / simple-ocr-opencv

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

OpenCV 3.0 #6

Closed dee-see closed 8 years ago

dee-see commented 8 years ago

I've just forked this repo and I'm migrating it to OpenCV 3 as I hit breaking changes. Are you interested in pull requests for an OpenCV 3 branch?

goncalopp commented 8 years ago

I'm not very familiar with OpenCV 3, is it going to be the default any soon? Would it be easy to maintain compatibility with both versions? If not, I think keeping a separate branch would be appropriate, and I'm happy to accept pull requests

dee-see commented 8 years ago

I'm completely new to the world of OpenCV and I started working with 3.0 just because it's the latest version. From what I've read they're in some sort of python 2.7 vs 3 situation where the body of work in 2.4 is too large to migrate overnight with all the breaking changes.

Alright, I'll work on my OpenCV 3 branch and send pull request once it starts feeling a little more complete! Thanks