Package io.scanbot.sdk.ocr.process
Class TextRecognizer
-
- All Implemented Interfaces:
public final class TextRecognizer
Performs text recognition.
-
-
Constructor Summary
Constructors Constructor Description TextRecognizer(OcrPerformer ocrPerformer)
-
Method Summary
Modifier and Type Method Description final OcrResult
recognize()
Performs text recognition using OcrPerformer -
-
Constructor Detail
-
TextRecognizer
TextRecognizer(OcrPerformer ocrPerformer)
- Parameters:
ocrPerformer
- to use for text recognition.
-
-
Method Detail
-
recognize
final OcrResult recognize()
Performs text recognition using OcrPerformer
-
-
-
-