Class TextRecognizer
java.lang.Object
com.codename1.ai.vision.TextRecognizer
- All Implemented Interfaces:
VisionAnalyzer<TextRecognitionResult>, AutoCloseable
Creates reusable on-device OCR analyzers.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TextRecognizer
public TextRecognizer() -
TextRecognizer
-
-
Method Details
-
isSupported
public final boolean isSupported()- Specified by:
isSupportedin interfaceVisionAnalyzer<T>
-
process
- Specified by:
processin interfaceVisionAnalyzer<T>
-
close
public final void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceVisionAnalyzer<T>
-