KevM / tikaondotnet

Use the Java Tika text extraction library on the .NET platform
http://kevm.github.io/tikaondotnet/
Apache License 2.0
195 stars 73 forks source link

Password protected PDF #130

Open kevitra opened 5 years ago

kevitra commented 5 years ago

Is there any way to send Tika a password for password protected PDFs? Based upon the Tika documentation it is supported: https://tika.apache.org/1.6/api/org/apache/tika/parser/pdf/PDFParser.html

Thanks

KevM commented 5 years ago

I think if you manually extract files with Tika you can specify and configure which Parsers are used. Let me know if you figure this out.

IInvocation commented 4 years ago

The following isnt perfect - but works well for me:

Reader.txt