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 neuroph-ocr-2.98.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.neuroph.ocr.util.histogram
├─ org.neuroph.ocr.util.histogram.ImageHistogram.class - [JAR]
├─ org.neuroph.ocr.util.histogram.OCRHistogram.class - [JAR]
org.neuroph.ocr.samples
├─ org.neuroph.ocr.samples.RecognitionSample.class - [JAR]
├─ org.neuroph.ocr.samples.RecognizeLetter.class - [JAR]
├─ org.neuroph.ocr.samples.TrainingSample.class - [JAR]
org.neuroph.ocr.util
├─ org.neuroph.ocr.util.Letter.class - [JAR]
├─ org.neuroph.ocr.util.OCRUtilities.class - [JAR]
├─ org.neuroph.ocr.util.Text.class - [JAR]
├─ org.neuroph.ocr.util.WordPosition.class - [JAR]
org.neuroph.ocr.filter
├─ org.neuroph.ocr.filter.OCRCropLetter.class - [JAR]
├─ org.neuroph.ocr.filter.OCRExtractLetter.class - [JAR]
org.neuroph.ocr.properties
├─ org.neuroph.ocr.properties.OCRProperties.class - [JAR]
org.neuroph.ocr
├─ org.neuroph.ocr.CharExtractor.class - [JAR]
├─ org.neuroph.ocr.OCRTextRecognition.class - [JAR]
├─ org.neuroph.ocr.OCRTraining.class - [JAR]
├─ org.neuroph.ocr.OcrHelper.class - [JAR]
├─ org.neuroph.ocr.OcrPlugin.class - [JAR]
├─ org.neuroph.ocr.OcrSample.class - [JAR]
├─ org.neuroph.ocr.OcrUtils.class - [JAR]