Haskell - analysis / reading of the contents of .pdf files

Is there any way in haskell to simply decrypt the .pdf file, read the contents and return the line? And, if there is, you could give me a small example, for example, for example:

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

Thanks in advance.

Best regards, Jimmy

+5
source share
1 answer
+7
source

All Articles