A
C
F
G
I
M
N
O
P
R
S
T
U
S
- saveOrGetPath(java.awt.image.BufferedImage) - function in org.hildan.ocr.reference.UniqueImageStore
- Ensures the given image is saved in this store and returns its Path.
- saveOrGetPath(kotlin.ByteArray) - function in org.hildan.ocr.reference.UniqueImageStore
- Ensures the given image is saved in this store and returns its Path.
- setStackTrace(kotlin.Array) - function in kotlin.Throwable
- similarityScore(java.awt.image.BufferedImage,java.awt.image.BufferedImage) - function in org.hildan.ocr.TextDetector
- Returns the proportion of the images that match, as a score between 0.0 and 1.0.
- SimpleOcr - class in org.hildan.ocr
- A
SimpleOcrcan read characters out of an image containing a single line of text. - splitAndSaveCharacterImages(org.hildan.ocr.TextDetector,java.awt.image.BufferedImage,java.lang.String,java.nio.file.Path) - function in org.hildan.ocr.reference.ReferenceImagesKt
- Splits the given sampleImage into sub-images of text elements, and saves them as files into the given outputDir.
- splitAndSaveSubImages(org.hildan.ocr.TextDetector,java.awt.image.BufferedImage,java.nio.file.Path,kotlin.jvm.functions.Function2) - function in org.hildan.ocr.reference.ReferenceImagesKt
- Splits the given sampleImage into sub-images of text elements, and saves them as files into the given outputDir.
- splitAndSaveSubImages(org.hildan.ocr.TextDetector,java.awt.image.BufferedImage,org.hildan.ocr.reference.UniqueImageStore) - function in org.hildan.ocr.reference.ReferenceImagesKt
- Splits the given sampleImage into sub-images of text elements, and saves them as files into the given imageStore.
- splitAndSaveSubImages(org.hildan.ocr.TextDetector,java.nio.file.Path,java.nio.file.Path,java.lang.String) - function in org.hildan.ocr.reference.ReferenceImagesKt
- Reads all images from sampleImagesDir matching sampleImagesGlob, and splits them into sub-images of text elements.
- splitTextAndSpaces(java.awt.image.BufferedImage) - function in org.hildan.ocr.TextDetector
- Splits the given image into parts of text and spaces.
- splitTextElements(java.awt.image.BufferedImage) - function in org.hildan.ocr.TextDetector
- Splits the given image into text elements.