You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Phanindra Ramesh (JIRA)" <ji...@apache.org> on 2018/10/30 10:50:00 UTC

[jira] [Created] (TIKA-2768) While parsing pdf documents with PDFParser, the marking for bold characters is lost

Phanindra Ramesh created TIKA-2768:
--------------------------------------

             Summary: While parsing pdf documents with PDFParser, the marking for bold characters is lost
                 Key: TIKA-2768
                 URL: https://issues.apache.org/jira/browse/TIKA-2768
             Project: Tika
          Issue Type: Bug
          Components: parser
    Affects Versions: 1.19.1, 1.7
            Reporter: Phanindra Ramesh
             Fix For: 1.19.1, 1.7


While parsing pdf documents with PDFParser (as chosen by AutoDetectParser) the marking for bold character is lost as the method

writeString(String text, List<TextPosition> textPositions) 

is ignoring the textPositions parameter which contains the font information which could be used to derive if the text is bold text



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)