tballison commented on PR #3114: URL: https://github.com/apache/tika/pull/3114#issuecomment-5500800624
Looks like we have to parse the mp4 in some cases where the right information isn't close enough to the front. For some parsers, we have a pattern where the detector detects family, and then the parser can make more specific, as with Adobe Illustrator and PDFs. There's another parser/detector where we do this too and we make the Detector optional, but it basically just calls the parser. What would you think of folding this logic into the parser to update the mime type during parse? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
