Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

haskell - parsing/reading content of .pdf-files

is there any possibility in haskell to just decrypt a .pdf file, read in the content and return a String? And, if there is one, could you give me a little example like e.g.:

...
import necessaryPackage
...
pdfParsing = ...
...

Thanks in advance.

Best Regards, Jimmy

like image 309
jimmyt Avatar asked Mar 03 '13 14:03

jimmyt


1 Answers

  • Pdf2line
  • Dylanmc's PDF lib might also work
like image 194
Don Stewart Avatar answered Nov 15 '22 08:11

Don Stewart