You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "vivek joshi (JIRA)" <ji...@apache.org> on 2014/02/03 12:40:09 UTC

[jira] [Closed] (TIKA-1227) Apache Tika 1.4 Duplicate extract data

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

vivek joshi closed TIKA-1227.
-----------------------------

       Resolution: Invalid
    Fix Version/s: 1.4

> Apache Tika 1.4 Duplicate extract data
> --------------------------------------
>
>                 Key: TIKA-1227
>                 URL: https://issues.apache.org/jira/browse/TIKA-1227
>             Project: Tika
>          Issue Type: Bug
>          Components: general
>    Affects Versions: 1.4
>         Environment: Ubuntu12.04, Python 2.7, Apache Tika 1.4
>            Reporter: vivek joshi
>              Labels: python, tika,text-extraction, ubuntu
>             Fix For: 1.4
>
>         Attachments: tt1.doc
>
>
> When Extracting text using Apache Tika 1.4, the Text is getting duplicated.
> APACHE_TIKA_PATH = os.path.abspath(os.path.join(PROJECT_ROOT, apache_tika/tika-app-1.4.jar'))
> sout = subprocess.check_output("java -jar %s -t %s"%(APACHE_TIKA_PATH, document),shell=True)
> sout contains duplicate text.
> Issue both for Doc and PDF files.



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