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 kotomo-jvm-0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.ifropc.kotomo.ocr.results
├─ io.github.ifropc.kotomo.ocr.results.IdentifiedCharacter.class - [JAR]
├─ io.github.ifropc.kotomo.ocr.results.OCRResult.class - [JAR]
├─ io.github.ifropc.kotomo.ocr.results.OCRResults.class - [JAR]
io.github.ifropc.kotomo.config
├─ io.github.ifropc.kotomo.config.CharacterColor.class - [JAR]
├─ io.github.ifropc.kotomo.config.FixedParameters.class - [JAR]
├─ io.github.ifropc.kotomo.config.Orientation.class - [JAR]
├─ io.github.ifropc.kotomo.config.Parameters.class - [JAR]
├─ io.github.ifropc.kotomo.config.SaveAreaImages.class - [JAR]
├─ io.github.ifropc.kotomo.config.SaveOCRImages.class - [JAR]
io.github.ifropc.kotomo.ocr.component
├─ io.github.ifropc.kotomo.ocr.component.ComponentBuilder.class - [JAR]
├─ io.github.ifropc.kotomo.ocr.component.ComponentFindUnconnected.class - [JAR]
├─ io.github.ifropc.kotomo.ocr.component.ComponentSplit.class - [JAR]
io.github.ifropc.kotomo.jvm.area
├─ io.github.ifropc.kotomo.jvm.area.Area.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.area.AreaDetector.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.area.AreaDetectorKt.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.area.AreaStep.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.area.AreaStepKt.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.area.AreaTask.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.area.AreaTaskDebuggable.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.area.AreaTaskDebuggaleKt.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.area.AreaTaskKt.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.area.Column.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.area.CreateBinaryImage.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.area.FindAreas.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.area.FindAreasKt.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.area.FindColumns.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.area.FindColumnsKt.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.area.FindConnections.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.area.FindConnectionsKt.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.area.FindFurigana.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.area.FindPunctuation.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.area.HasRectangle.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.area.InvertImage.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.area.InvertImageKt.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.area.MergeAreas.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.area.MergeAreasKt.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.area.OrientationMerge.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.area.OrientationMergeKt.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.area.RTree.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.area.SharpenImage.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.area.SplitAreas.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.area.SubImage.class - [JAR]
io.github.ifropc.kotomo.jvm.util
├─ io.github.ifropc.kotomo.jvm.util.AbstractFilter.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.util.FileParameters.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.util.GaussianBlurFilter.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.util.GraphicsUtilities.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.util.ImageSelection.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.util.ImageUtil.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.util.ImageUtilKt.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.util.JVMUtil.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.util.JVMUtilKt.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.util.UnsharpMaskFilter.class - [JAR]
io.github.ifropc.kotomo.jvm.debug
├─ io.github.ifropc.kotomo.jvm.debug.DebugImage.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.debug.DebugImageBuildKt.class - [JAR]
io.github.ifropc.kotomo.jvm
├─ io.github.ifropc.kotomo.jvm.KanjiTomo.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.KanjiTomoKt.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.MainKt.class - [JAR]
io.github.ifropc.kotomo
├─ io.github.ifropc.kotomo.Greeter.class - [JAR]
io.github.ifropc.kotomo.ocr.matrix
├─ io.github.ifropc.kotomo.ocr.matrix.Component.class - [JAR]
├─ io.github.ifropc.kotomo.ocr.matrix.ReferenceMatrix.class - [JAR]
├─ io.github.ifropc.kotomo.ocr.matrix.TargetMatrix.class - [JAR]
├─ io.github.ifropc.kotomo.ocr.matrix.Transformation.class - [JAR]
io.github.ifropc.kotomo.ocr
├─ io.github.ifropc.kotomo.ocr.Characters.class - [JAR]
├─ io.github.ifropc.kotomo.ocr.ImageLoader.class - [JAR]
io.github.ifropc.kotomo.jvm.ocr
├─ io.github.ifropc.kotomo.jvm.ocr.KotomoImageImpl.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.ocr.OCR.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.ocr.OCRAlignCharacters.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.ocr.OCRAlignCharactersKt.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.ocr.OCRAlignComponents.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.ocr.OCRAlignComponentsKt.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.ocr.OCRKt.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.ocr.OCRResultPriorityQueue.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.ocr.OCRScoreCalculator.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.ocr.OCRTask.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.ocr.ReferenceMatrixCache.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.ocr.ReferenceMatrixCacheBuilder.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.ocr.ReferenceMatrixCacheBuilderKt.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.ocr.ReferenceMatrixCacheLoader.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.ocr.ReferenceMatrixCacheLoaderKt.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.ocr.ReferenceMatrixHashCalculator.class - [JAR]
├─ io.github.ifropc.kotomo.jvm.ocr.Transform.class - [JAR]
io.github.ifropc.kotomo.util
├─ io.github.ifropc.kotomo.util.MatrixUtilKt.class - [JAR]
├─ io.github.ifropc.kotomo.util.Util.class - [JAR]
├─ io.github.ifropc.kotomo.util.UtilKt.class - [JAR]
io.github.ifropc.kotomo.ocr.entities
├─ io.github.ifropc.kotomo.ocr.entities.Colors.class - [JAR]
├─ io.github.ifropc.kotomo.ocr.entities.KotomoColor.class - [JAR]
├─ io.github.ifropc.kotomo.ocr.entities.KotomoImage.class - [JAR]
├─ io.github.ifropc.kotomo.ocr.entities.KotomoRectangle.class - [JAR]
├─ io.github.ifropc.kotomo.ocr.entities.Point.class - [JAR]
├─ io.github.ifropc.kotomo.ocr.entities.SimpleColumn.class - [JAR]