Interface OpticalCharacterRecognition
public interface OpticalCharacterRecognition
An object containing a result array that reports the machine learning engine's character
extraction results.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builder -
Method Summary
-
Method Details
-
getResult
List<OpticalCharacterRecognitionData> getResult()The result of the OCR process.- Returns:
- result
-
builder
Getting builder- Returns:
- New Builder instance
-