EasyOCR2DrawDetectionStyle Enum

This enumeration contains the possible drawing styles for the detection results in EOCR2.

Namespace: Euresys::Open_eVision

EasyOCR2DrawDetectionStyle_DrawChars
A bounding box is drawn around each individual detected character
EasyOCR2DrawDetectionStyle_DrawWords
A bounding box is drawn around each detacted word, containing all characters in the word
EasyOCR2DrawDetectionStyle_DrawLines
A bounding box is drawn around each detacted line, containing all characters/words in the line
EasyOCR2DrawDetectionStyle_DrawText
A bounding box is drawn around the detected text, containing all characters/words/lines in the text

EasyOCR2DrawDetectionStyle Enum

This enumeration contains the possible drawing styles for the detection results in EOCR2.

Namespace: Euresys.Open_eVision

DrawChars
A bounding box is drawn around each individual detected character
DrawWords
A bounding box is drawn around each detacted word, containing all characters in the word
DrawLines
A bounding box is drawn around each detacted line, containing all characters/words in the line
DrawText
A bounding box is drawn around the detected text, containing all characters/words/lines in the text