|
Scanbot SDK
|
Result of OCR text recognition. More...
Public Member Functions | |
| None | __init__ (self, *, str text, float confidence) |
| Constructs OcrResult with the given params. | |
| str | text (self) |
| Getter for text field. | |
| float | confidence (self) |
| Getter for confidence field. | |
Result of OCR text recognition.
| None __init__ | ( | self, | |
| * | , | ||
| str | text, | ||
| float | confidence ) |
Constructs OcrResult with the given params.
| text | Maximum number of accumulated frames to inspect before actual result is returned. |
| confidence | Minimum number of accumulated frames that have equal result. |
| float confidence | ( | self | ) |
Getter for confidence field.
See __init__ method documentation for more information about the field.
| str text | ( | self | ) |
Getter for text field.
See __init__ method documentation for more information about the field.