pytesseract vs tesserocr

In short, sirfz/tesserocr is better than h/pytesseract in performance, if coded with performance in mind - one need to focus on reusing api as much as possible.

There are also problems with tesserocr, e.g. error handling is not that straightforward, sometimes silently blocking consequent api calls.