• Plamen Dimitrov's avatar
    Comment out direct print statements during tesseract run invocations · 7ccfdbef
    Plamen Dimitrov authored
    This statement interferes with regular logging on the client side
    where the OpenCV library's outputs cannot be managed by the user
    and forcefully print out in the client code. For instance, this
    is observed when OpenCV is used as a python library where it is
    expected to provide optional loggers instead of direct writes to
    stdout.
    7ccfdbef
ocr_tesseract.cpp 9.7 KB