View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window fscrawler-tika-2.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
fr.pilato.elasticsearch.crawler.fs.tika
├─ fr.pilato.elasticsearch.crawler.fs.tika.TikaDocParser.class - [JAR]
├─ fr.pilato.elasticsearch.crawler.fs.tika.TikaInstance.class - [JAR]
├─ fr.pilato.elasticsearch.crawler.fs.tika.XmlDocParser.class - [JAR]
fr.pilato.elasticsearch.crawler.fs.tika.customparser
├─ fr.pilato.elasticsearch.crawler.fs.tika.customparser.CustomOCRFactory.class - [JAR]
├─ fr.pilato.elasticsearch.crawler.fs.tika.customparser.CustomOCRParser.class - [JAR]
├─ fr.pilato.elasticsearch.crawler.fs.tika.customparser.CustomOcrUtil.class - [JAR]
├─ fr.pilato.elasticsearch.crawler.fs.tika.customparser.MicrosoftVisionClient.class - [JAR]
├─ fr.pilato.elasticsearch.crawler.fs.tika.customparser.MicrosoftVisionParser.class - [JAR]
├─ fr.pilato.elasticsearch.crawler.fs.tika.customparser.OCRResponseModel.class - [JAR]