Hello, I am using Tika 1.22 to extract text from a variety of files. I have a couple tests that extract text using the Tika#parseToString(InputStream) method and assert the expected output. For some reason the extracted text is including a new line at the end of the extracted lines. Is this intended? We are excluding some dependencies from Tika due to OWASP vulnerabilities, not sure if this affects anything. We only replace one dependency though, commons-compress:1.19. Any thoughts on why the new line might be appearing?
