EOCR2::Recognize

Recognizes the characters in a given EOCR2Text instance, based on a given reference font.

Namespace: Euresys::Open_eVision_2_11

[C++]

std::string Recognize(
   const EOCR2Text& text
)

std::string Recognize(
   const EOCR2Text& text,
   const EROIBW8& srcRoi
)

Parameters

text

EOCR2Text structure containing the detected characters from the image.

srcRoi

The source image/ROI.

Remarks

A reference character database should be provided before performing this operation. The overloaded function that uses an ROI is not yet implemented.

EOCR2.Recognize

Recognizes the characters in a given EOCR2Text instance, based on a given reference font.

Namespace: Euresys.Open_eVision_2_11

[C#]

string Recognize(
   Euresys.Open_eVision_2_11.EOCR2Text text
)

string Recognize(
   Euresys.Open_eVision_2_11.EOCR2Text text,
   Euresys.Open_eVision_2_11.EROIBW8 srcRoi
)

Parameters

text

EOCR2Text structure containing the detected characters from the image.

srcRoi

The source image/ROI.

Remarks

A reference character database should be provided before performing this operation. The overloaded function that uses an ROI is not yet implemented.