An error occurred fetching the project authors.
- 07 Nov, 2016 1 commit
-
-
Arnaud Fontaine authored
This reverts commit 292be60ff42edc2ce57f2e6701ad283c18e9772b because of a regression in tesseract > 3.02: https://github.com/tesseract-ocr/tesseract/issues/360#issuecomment-258775303 Related Unit Tests failures: * test_PDFDocument_asTextConversion (testDms.TestDocument) * test_MonochromeImageResize (testDms.TestDocument) * test_CMYKImageTextContent (testDms.TestDocument) => AssertionError: 'ERP5 is a free software\n\n' != 'ERPS is a free software.\n\n' Tested versions: * 3.04.01 (leptnonica: 1.73): NOK * 3.03.03 (leptonica: 1.71): NOK * 3.03-rc1 (leptonica: 1.71): NOK * 3.02.01 (leptonica: 1.69): OK * 3.02 (leptonica: 1.71): OK
-
- 29 Oct, 2016 1 commit
-
-
Arnaud Fontaine authored
Probably due to GCC6: char_set.cpp:68:12: error: cannot convert 'bool' to 'tesseract::CharSet*' in return Also update leptonica to 1.73 (>= 1.71 is required).
-
- 24 Aug, 2012 1 commit
-
-
Thomas Lechauve authored
-
- 07 Jun, 2012 2 commits
-
-
Leonardo Rochael Almeida authored
We need to remove the BOM because old compilers choke on it (ex.: gcc 4.3.4)
-
Leonardo Rochael Almeida authored
-