1. 28 Mar, 2018 1 commit
  2. 23 Feb, 2018 1 commit
  3. 25 Jan, 2018 1 commit
    • 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
  4. 06 Nov, 2015 1 commit
  5. 01 Aug, 2015 1 commit
    • lluis's avatar
      Overload the run() method in BaseOCR class in order to adapt to different… · ee677a25
      lluis authored
      Overload the run() method in BaseOCR class in order to adapt to different classifier callbacks. The original run() method accepts only one Mat input image, this is expected to be a binarzed image with black and white text and works both with the OCRTesseract class and the OCRHMMDecoder class when the character classifier callback works with binary images (e.g. NM). The new run() method accepts two Mat input parameters. One for the gray scale (or color) source image and the other for a binary mask where each connected component corresponds to a pre-segmented character in the input image. This way the OCRHMMDecoder is able to work with character classifiers that operate in grey scale (or color) images (e.g. a CNN).
      ee677a25
  6. 23 Jul, 2015 1 commit
  7. 09 Jun, 2015 1 commit
  8. 08 Jan, 2015 1 commit
  9. 14 Aug, 2014 1 commit
  10. 13 Aug, 2014 2 commits
  11. 31 Jul, 2014 1 commit