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

Reinhard Schwab commented on PDFBOX-861:
----------------------------------------

after reading documentation and api, i have no idea how i get an instance of a 
font or how to set a font
in the process of text extraction.
the code i use is

PDDocument doc = PDDocument.load(new URL(urls[idx]));
PDFTextStripper stripper = new PDFTextStripper();
stripper.writeText(doc, new OutputStreamWriter(System.out));

can you be more specific and give more guidance?

> german umlaute are not recognized
> ---------------------------------
>
>                 Key: PDFBOX-861
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-861
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Text extraction
>    Affects Versions: 1.3.0
>         Environment: tika-0.8
>            Reporter: Reinhard Schwab
>             Fix For: 1.3.0
>
>
> german umlaute are not recognized in this document
> http://www.computing.dcu.ie/~irehbein/SS08/uebung1/stts-guide.pdf
> Guidelines f
> 
> ur das Tagging deutscher Textcorpora

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

Reply via email to