This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch TIKA-3226
in repository https://gitbox.apache.org/repos/asf/tika.git

commit f8288e9ca5152e16e43801e7b01306e38961883c
Merge: 1dd15d9 4768c67
Author: tballison <[email protected]>
AuthorDate: Tue Jan 26 14:47:16 2021 -0500

    Merge remote-tracking branch 'origin/main' into TIKA-3226

 NOTICE.txt                                         |   2 +-
 pom.xml                                            |   2 +-
 tika-parent/pom.xml                                |  16 +-
 .../apache/tika/parser/ocr/ImagePreprocessor.java  | 240 ++++++++-------------
 .../apache/tika/parser/ocr/TesseractOCRConfig.java |  31 +--
 .../apache/tika/parser/ocr/TesseractOCRParser.java |  18 +-
 .../apache/tika/parser/ocr/tess4j/ImageDeskew.java | 153 +++++++++++++
 .../apache/tika/parser/ocr/tess4j/ImageUtil.java   | 113 ++++++++++
 .../tika/parser/ocr/TesseractOCRConfig.properties  |   9 +-
 .../org/apache/tika/parser/ocr/rotation.py         |  73 -------
 .../tika/parser/ocr/TesseractOCRParserTest.java    |  23 +-
 .../{testRotated.png => testRotated+10.png}        | Bin
 .../resources/test-documents/testRotated-10.png    | Bin 0 -> 674259 bytes
 13 files changed, 393 insertions(+), 287 deletions(-)


Reply via email to