Package org.hildan.ocr.reference
Class ReferenceImage
-
- All Implemented Interfaces:
public final class ReferenceImageA reference image to recognize text.
-
-
Field Summary
Fields Modifier and Type Field Description private final BufferedImageimageprivate final Stringtext
-
Constructor Summary
Constructors Constructor Description ReferenceImage(BufferedImage image, String text)
-
Method Summary
Modifier and Type Method Description final BufferedImagegetImage()The image data. final StringgetText()The text value corresponding to the image. -
-
Constructor Detail
-
ReferenceImage
ReferenceImage(BufferedImage image, String text)
-
-
Method Detail
-
getImage
final BufferedImage getImage()
The image data.
-
-
-
-