1. 09 Sep, 2018 1 commit
  2. 07 Sep, 2018 1 commit
  3. 24 Aug, 2018 1 commit
  4. 15 Aug, 2018 1 commit
  5. 18 Jul, 2018 1 commit
  6. 17 May, 2018 1 commit
  7. 28 Mar, 2018 1 commit
  8. 23 Feb, 2018 1 commit
  9. 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
  10. 14 Dec, 2017 1 commit
  11. 30 Oct, 2017 1 commit
  12. 12 Oct, 2017 1 commit
  13. 11 Oct, 2017 1 commit
  14. 10 Oct, 2017 2 commits
  15. 28 Sep, 2017 1 commit
  16. 18 Sep, 2017 1 commit
  17. 17 Sep, 2017 2 commits
  18. 15 Sep, 2017 1 commit
  19. 05 Sep, 2017 2 commits
  20. 28 Aug, 2017 1 commit
  21. 22 Aug, 2017 1 commit
  22. 20 Aug, 2017 1 commit
  23. 23 Jul, 2017 1 commit
  24. 21 Jul, 2017 2 commits
  25. 19 Jul, 2017 2 commits
  26. 30 Jun, 2017 1 commit
  27. 23 Jun, 2017 1 commit
  28. 22 Jun, 2017 1 commit
  29. 08 Jun, 2017 1 commit
  30. 31 May, 2017 1 commit
  31. 08 Feb, 2017 1 commit
    • goldstar616's avatar
      Merge pull request #981 from goldstar616:master · 478baf93
      goldstar616 authored
      issue #980 resolves - Some module has a round error similar to #975.  (#981)
      
      * round function changes to cvRound
      
      Minor changes to fix lower visual studio version build errors.
      
      * round function changes to cvRound
      
      Minor changes to fix lower visual studio version build errors.
      
      * round function changes to cvRound
      
      Minor changes to fix lower visual studio version build errors.
      478baf93
  32. 13 Jan, 2017 1 commit
  33. 06 Jan, 2017 1 commit
    • logic1988's avatar
      Merge pull request #921 from logic1988/master · 99294995
      logic1988 authored
      Bug in Text module when set Optimization Level to "-Ofast" in xcode (#921)
      
      * Bug in Text module when set Optimization Level to "-Ofast" in xcode
      
      Bug when set Optimization Level to "-Ofast" (Fastest, Aggressive Optimizations) in xcode, read the wrong patch_size parameters to 7 (should be 8). This bug will occured in loadOCRHMMClassifierCNN function called by example_text_character_recognition and example_text_segmented_word_recognition.
      
      *  Bug in Text module when set Optimization Level to "-Ofast" in xcode
      
      Bug when set Optimization Level to "-Ofast" (Fastest, Aggressive Optimizations) in xcode, read the wrong patch_size parameters to 7 (should be 8). This bug will occured in loadOCRHMMClassifierCNN function called by example_text_character_recognition and example_text_segmented_word_recognition.
      99294995
  34. 25 Nov, 2016 2 commits