[
https://issues.apache.org/jira/browse/TIKA-2174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15654402#comment-15654402
]
Hudson commented on TIKA-2174:
------------------------------
FAILURE: Integrated in Jenkins build tika-2.x-windows #75 (See
[https://builds.apache.org/job/tika-2.x-windows/75/])
TIKA-2174 -- clean up (tallison: rev 9a68f4ccc12a633ab1ae7837d561480cc3e0c05c)
* (edit)
tika-parser-modules/tika-parser-multimedia-module/src/test/java/org/apache/tika/parser/ocr/TesseractOCRParserTest.java
* (edit)
tika-parser-modules/tika-parser-multimedia-module/src/main/java/org/apache/tika/parser/ocr/TesseractOCRParser.java
* (edit)
tika-parser-modules/tika-parser-multimedia-module/src/main/java/org/apache/tika/parser/pdf/PDF2XHTML.java
* (edit) tika-parser-modules/tika-parser-multimedia-module/pom.xml
> Too few formats in support declared by TesseractOCRParser
> ---------------------------------------------------------
>
> Key: TIKA-2174
> URL: https://issues.apache.org/jira/browse/TIKA-2174
> Project: Tika
> Issue Type: Bug
> Components: parser
> Affects Versions: 1.14
> Reporter: Matthew Caruana Galizia
> Fix For: 2.0, 1.15
>
>
> A complete install of Leptonica with Tesseract will add support for formats
> that are not declared by TesseractOCRParser. These include JP2, JPX and PPM.
> Tesseract produces OCR output fine for JPX images as of this version:
> {noformat}
> $ tesseract -v
> tesseract 3.04.01
> leptonica-1.73
> libjpeg 8d : libpng 1.6.26 : libtiff 4.0.6 : zlib 1.2.5}}
> {noformat}
> However, these types are not declared by getSupportTypes so no output is
> produced for PDFs which contained JPX images of scanned documents, for
> example.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)