Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Re: Reading PDF files

by Willard B. Trophy (Hermit)
on Jul 21, 2003 at 15:35 UTC ( [id://276320]=note: print w/replies, xml ) Need Help??


in reply to Re: Reading PDF files
in thread Reading PDF files

Yet another (but similar) way to do it: use pdftohtml's XML output mode, and parse that. This has the advantage that it stores position information for the text, and it writes the strings out in the order they were rendered on the page. This can be quite helpful.

pdftohtml uses the internals of xpdf to do the work. xpdf comes with the pdftotext tool, which might do all you need.

If none of the above works -- and some PDFs do very weird things with font encoding -- if you install the DjVuLibre application, and run your PDF through the Any2DjVu converter, it will do real OCR, the text of which you can extract with the djvused tool.

All this is moot, of course, if the terms of use of the original file forbid anything other than reading the document on the screen. Many financial institutions use PDF for its "read only" (for the casual user) nature.

--
bowling trophy thieves, die!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://276320]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-03-19 08:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found