Scanbot SDK
Loading...
Searching...
No Matches
OcrResult

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.
 

Detailed Description

Result of OCR text recognition.

Constructor & Destructor Documentation

◆ __init__()

None __init__ ( self,
* ,
str text,
float confidence )

Constructs OcrResult with the given params.

Parameters
textMaximum number of accumulated frames to inspect before actual result is returned.
confidenceMinimum number of accumulated frames that have equal result.

Member Function Documentation

◆ confidence()

float confidence ( self)

Getter for confidence field.

See __init__ method documentation for more information about the field.

◆ text()

str text ( self)

Getter for text field.

See __init__ method documentation for more information about the field.


The documentation for this class was generated from the following file: