1. 10 Nov, 2018 1 commit
  2. 09 Sep, 2018 1 commit
  3. 07 Sep, 2018 1 commit
  4. 24 Aug, 2018 1 commit
  5. 15 Aug, 2018 1 commit
  6. 18 Jul, 2018 1 commit
  7. 17 May, 2018 1 commit
  8. 28 Mar, 2018 1 commit
  9. 23 Feb, 2018 1 commit
  10. 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
  11. 14 Dec, 2017 1 commit
  12. 30 Oct, 2017 1 commit
  13. 12 Oct, 2017 1 commit
  14. 11 Oct, 2017 1 commit
  15. 10 Oct, 2017 2 commits
  16. 28 Sep, 2017 1 commit
  17. 18 Sep, 2017 1 commit
  18. 17 Sep, 2017 2 commits
  19. 15 Sep, 2017 1 commit
  20. 05 Sep, 2017 2 commits
  21. 28 Aug, 2017 1 commit
  22. 22 Aug, 2017 1 commit
  23. 20 Aug, 2017 1 commit
  24. 23 Jul, 2017 1 commit
  25. 21 Jul, 2017 2 commits
  26. 19 Jul, 2017 2 commits
  27. 30 Jun, 2017 1 commit
  28. 23 Jun, 2017 1 commit
  29. 22 Jun, 2017 1 commit
  30. 08 Jun, 2017 1 commit
  31. 31 May, 2017 1 commit
  32. 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
  33. 13 Jan, 2017 1 commit
  34. 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
  35. 25 Nov, 2016 1 commit