You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Henning Vogt (Jira)" <ji...@apache.org> on 2020/05/13 13:23:00 UTC

[jira] [Commented] (TIKA-3102) Unmappable chars for PDF

    [ https://issues.apache.org/jira/browse/TIKA-3102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17106301#comment-17106301 ] 

Henning Vogt commented on TIKA-3102:
------------------------------------

Hmm, in the security features of the given PDF the "Page Extraction" is prohibited.  This is probably why this doesn't work.

> Unmappable chars for PDF
> ------------------------
>
>                 Key: TIKA-3102
>                 URL: https://issues.apache.org/jira/browse/TIKA-3102
>             Project: Tika
>          Issue Type: Bug
>          Components: parser
>    Affects Versions: 1.21, 1.24
>            Reporter: Henning Vogt
>            Priority: Major
>
> Parsing PDF produces almost no output, even though the PDF is perfectly readable in adobe pdf reader.  In adobe pdf reader, if you select a part of the text, and copy it, it's also byte garbage, like the output in tika.
> PDF File:
> [https://s21.q4cdn.com/317678438/files/doc_financials/Annual/2018/2018-Financial-Report.pdf]
> I can't attach the file here directly, sorry.
> Error log:
> {code:java}
> 2020-05-13 08:25:53,008 WARN [pool-6-thread-1] o.a.pdfbox.pdmodel.font.PDSimpleFont No Unicode mapping for MT55 (30) in font JPGAGL+Helvetica-Bold
> 2020-05-13 08:25:53,008 WARN [pool-6-thread-1] o.a.pdfbox.pdmodel.font.PDSimpleFont No Unicode mapping for MT79 (31) in font JPGAGL+Helvetica-Bold
> .
> .
> . (goes on for ~6500 lines, also with a different font){code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)