openpaperwork / pyocr

A Python wrapper for Tesseract and Cuneiform -- Moved to Gnome's Gitlab
https://gitlab.gnome.org/World/OpenPaperwork/pyocr
931 stars 152 forks source link

Difference between pyocr, pytesseract, tesserocr #93

Open eugene123tw opened 6 years ago

eugene123tw commented 6 years ago

What are the differences between pyocr, pytesseract, tesserocr? It seems like tesserocr got better supports than pyocr and pytesseract?

jflesch commented 6 years ago

Excluding common Git history:

^ I would suggest you ask them instead of me, because I have no idea why they started their own module.

Also, what do you mean by "better supports" ?

eugene123tw commented 6 years ago

@jflesch when I use tesserocr, I feel tesserocr is more oriented towards the original tesseract. On the other hand, pyocr is intuitive, however not as flexibel compare to tesseract.