setAreaOfInterest method of the TextRecognitionSettings interface
Sets the area on the image where the text is to be found. By default, no area of interest is selected, and the whole image is considered to contain text blocks.
void setAreaOfInterest( Rect areaOfInterest );
Parameters
- areaOfInterest
- The rectangle specifying the area of interest in the image coordinates
3/2/2022 12:59:15 PM