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

Cant read from RAR files. #122

Closed vuralvard closed 6 years ago

vuralvard commented 6 years ago

Your project is working just fine but when I try to read from RAR files , I get this error "Unexpected RuntimeException from org.apache.tika.parser.pkg.RarParser@1eb99a9". Thanks!

KevM commented 6 years ago

Hard to say if this is an IKVM problem or a Tika problem. You might want to try Tika with Java and see if you have the same problem. Let me know what you use as a work around.

vuralvard commented 6 years ago

Thanks for the respond. I will be trying, if I can solve the problem, I will share the solution. peace!

vuralvard commented 6 years ago

I solved the prob. It doesnt extract text from winrar 5.0+ versions. Trying with wrar extraction version with 2.9 solved. ty

KevM commented 6 years ago

Thanks for the update. I wonder why 5.0 breaks things. ☹️