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

bug on extract from simple text file. #157

Closed miroslavrusnac closed 1 year ago

miroslavrusnac commented 1 year ago

The text extracted from text file is wrong. The returned text is led with 9 blank lines and each new line "\r\n" from original file is changed to "\r\r\n".

KevM commented 1 year ago

This is not very actionable.