[
https://issues.apache.org/jira/browse/PDFBOX-3134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15029290#comment-15029290
]
Tilman Hausherr commented on PDFBOX-3134:
-----------------------------------------
Although this isn't the correct code (it is somewhat outdated), it should work
fine. Here is what I got with this code:
{code}
PDDocument doc = PDDocument.load(new File("PDFBOX-3134.pdf"));
PDFTextStripper stripper = new PDFTextStripper();
String text = stripper.getText(doc);
System.out.println(text);
{code}
I get this:
{quote}
...
Highly motivated telecommunications engineer and service desk technician with
over 8 years’ of IT
experience providing complex telecoms installs, repairs and desktop support.
Experience in supporting
large corporate organizations with cisco call servers, IP & analog voice
gateways. Transformed skills from
engineering school after only two years to adapt as a self employed computer
technician in my spare time.
Worked with break/fix methodology from small to large corporate firms applying
the IMAC (Install, Move,
Add and Change) service technique to allow limited disruption to businesses
operations down time.
...
{quote}
You still haven't answered which PDFBox version you are using. Your POI jar
doesn't contain PDFBox. Your version shold be 1.8.10 or 2.0 RC2.
> 'Certain' PDF Extraction issue on double letters (i.e. 'ss' ) - drops second
> letter
> -----------------------------------------------------------------------------------
>
> Key: PDFBOX-3134
> URL: https://issues.apache.org/jira/browse/PDFBOX-3134
> Project: PDFBox
> Issue Type: Bug
> Components: Text extraction
> Reporter: Raymond Cabrera
> Attachments: Anton Legore Engineering Resume.pdf, PDFBOX-3134.txt
>
>
> Hi there,
> We have users that are uploading certain PDF files (only happens on some) and
> when the system extracts the text, when there is a double letter word like
> 'Mississauga', it comes up as Misisauga - removes the double letter. This
> seem to only occur on some PDFs. Also, issue is not present when using the
> original Word file.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]