You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/04/05 12:54:00 UTC

[jira] [Commented] (PDFBOX-756) Some characters from TeX-created files are mapped into ASCII range 1-31

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

ASF subversion and git services commented on PDFBOX-756:
--------------------------------------------------------

Commit 1876152 from lehmi@apache.org in branch 'pdfbox/trunk'
[ https://svn.apache.org/r1876152 ]

PDFBOX-756: added some missing tex based charname mappings

> Some characters from TeX-created files are mapped into ASCII range 1-31
> -----------------------------------------------------------------------
>
>                 Key: PDFBOX-756
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-756
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Text extraction
>    Affects Versions: 1.2.0, 2.0.19, 3.0.0 PDFBox
>         Environment: Mac OS X 10.6.4
>            Reporter: Thomas Fischer
>            Assignee: Andreas Lehmkühler
>            Priority: Minor
>             Fix For: 2.0.20, 3.0.0 PDFBox
>
>         Attachments: 826130.pdf, 826130.txt
>
>
> For some TeX-created files, some characters are mapped to low ASCII values. Example:
> fx  2y − fx − 2y 
> instead of
> (x + 2y) - f(x − 2y) =
> With the non-printable characters denote by \xN, PDFBox's result is
> f\x3x\x4 2y\x5 − f\x3x − 2y\x5 \x6
> This probably cannot be fixed, since in another file the same numbers represent different characters:
> Za  {a, a  1, . . .}
> instead of
> Z(a) = {a, a + 1,...}
> (Z\x4a\x5 \x6 {a, a \x7 1,  . . .})
> in another file.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org