You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Andreas Lehmkühler (JIRA)" <ji...@apache.org> on 2014/12/17 12:24:14 UTC

[jira] [Resolved] (PDFBOX-1155) setSuppressDuplicateOverlappingText sometimes removes characters that it shouldn't

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

Andreas Lehmkühler resolved PDFBOX-1155.
----------------------------------------
    Resolution: Fixed
      Assignee: Andreas Lehmkühler

Looks like an encoding issue, which was solved in the trunk some time ago.

> setSuppressDuplicateOverlappingText sometimes removes characters that it shouldn't
> ----------------------------------------------------------------------------------
>
>                 Key: PDFBOX-1155
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-1155
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Text extraction
>    Affects Versions: 1.8.7, 2.0.0
>            Reporter: Michael McCandless
>            Assignee: Andreas Lehmkühler
>            Priority: Minor
>             Fix For: 2.0.0
>
>         Attachments: 000527.pdf, dedup.diffs.txt
>
>
> The duplicate detection (in PDFTextStripper.java) checks whether the
> same character was placed "nearish" to where we are about to place
> another and de-dups it if so; this is to catch documents that rewind
> and overwrite in order to bold word(s).
> But in some cases I see it removing valid characters (that were not
> dups).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)