You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Grant Ingersoll (JIRA)" <ji...@apache.org> on 2014/02/08 18:05:19 UTC

[jira] [Updated] (TIKA-93) OCR support

     [ https://issues.apache.org/jira/browse/TIKA-93?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grant Ingersoll updated TIKA-93:
--------------------------------

    Attachment: TIKA-93.patch

Here is a _very_ early stage patch that creates a JavaOCR parser.  It is not integrated into any of the other parsers, yet.

I also added Jacoco code coverage to the Parent POM so that we can now generate coverage reports.  For example:
# mvn verify  (from the top level)

Or, after running mvn test
# mvn jacoco:check

Once done, check the target/site/jacoco directory to see the reports.

Not sure on Tika workflow for JIRA, but if someone wants to Assign this Issue to me, I'll take it the next few steps. 

> OCR support
> -----------
>
>                 Key: TIKA-93
>                 URL: https://issues.apache.org/jira/browse/TIKA-93
>             Project: Tika
>          Issue Type: New Feature
>          Components: parser
>            Reporter: Jukka Zitting
>            Priority: Minor
>         Attachments: TIKA-93.patch
>
>
> I don't know of any decent open source pure Java OCR libraries, but there are command line OCR tools like Tesseract (http://code.google.com/p/tesseract-ocr/) that could be invoked by Tika to extract text content (where available) from image files.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)