You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Sandor Dj (JIRA)" <ji...@apache.org> on 2010/08/23 10:04:17 UTC

[jira] Created: (TIKA-494) Wrong text extract from vertical textboxes in pdf files

Wrong text extract from vertical textboxes in pdf files
-------------------------------------------------------

                 Key: TIKA-494
                 URL: https://issues.apache.org/jira/browse/TIKA-494
             Project: Tika
          Issue Type: Bug
          Components: parser
    Affects Versions: 0.7
         Environment: Win 7, VS 2010 C#
            Reporter: Sandor Dj
            Priority: Critical


Vertical textboxes in pdf files are not extracted correctly (using the tika library in c#).
For example if there is a textbox vertical "hello" in a pdf file (!WITHOUT! line breaks):

H
E
L
L
O

the parser returns 5 strings, each with a single letter, even there is NO line break after every letter.
Is there a option to avoid this problem?


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TIKA-494) Wrong text extract from vertical textboxes in pdf files

Posted by "Ken Krugler (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TIKA-494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12901468#action_12901468 ] 

Ken Krugler commented on TIKA-494:
----------------------------------

Hi Sandor,

There isn't much Tika can do here, as it's an issue with the PDFBox parser that Tika uses. Please file this issue with them (checking for any existing issue, of course) and close this one. See http://pdfbox.apache.org/

Thanks,

-- Ken

> Wrong text extract from vertical textboxes in pdf files
> -------------------------------------------------------
>
>                 Key: TIKA-494
>                 URL: https://issues.apache.org/jira/browse/TIKA-494
>             Project: Tika
>          Issue Type: Bug
>          Components: parser
>    Affects Versions: 0.7
>         Environment: Win 7, VS 2010 C#
>            Reporter: Sandor Dj
>            Priority: Critical
>
> Vertical textboxes in pdf files are not extracted correctly (using the tika library in c#).
> For example if there is a textbox vertical "hello" in a pdf file (!WITHOUT! line breaks):
> H
> E
> L
> L
> O
> the parser returns 5 strings, each with a single letter, even there is NO line break after every letter.
> Is there a option to avoid this problem?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (TIKA-494) Wrong text extract from vertical textboxes in pdf files

Posted by "Sandor Dj (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TIKA-494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sandor Dj closed TIKA-494.
--------------------------

    Resolution: Later

Moved to pdfbox parser!

> Wrong text extract from vertical textboxes in pdf files
> -------------------------------------------------------
>
>                 Key: TIKA-494
>                 URL: https://issues.apache.org/jira/browse/TIKA-494
>             Project: Tika
>          Issue Type: Bug
>          Components: parser
>    Affects Versions: 0.7
>         Environment: Win 7, VS 2010 C#
>            Reporter: Sandor Dj
>            Priority: Critical
>
> Vertical textboxes in pdf files are not extracted correctly (using the tika library in c#).
> For example if there is a textbox vertical "hello" in a pdf file (!WITHOUT! line breaks):
> H
> E
> L
> L
> O
> the parser returns 5 strings, each with a single letter, even there is NO line break after every letter.
> Is there a option to avoid this problem?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.