EOCR2::Learn

Learns reference characters from a given EOCR2Text/EOCR2Line/EOCR2Word/EOCR2Char instance, containing user-specified character codes.

Namespace: Euresys::Open_eVision_2_11

[C++]

void Learn(
   const EOCR2Char& character
)

void Learn(
   const EOCR2Word& word
)

void Learn(
   const EOCR2Line& line
)

void Learn(
   const EOCR2Text& text
)

Parameters

character

A single EOCR2Char character, containing the detected character from the reference image as well as the corresponding character code.

word

A single EOCR2Word word, containing the detected characters in a single word from the reference image as well as the corresponding character codes.

line

A single EOCR2Line line, containing the detected characters in a single line from the reference image as well as the corresponding character codes.

text

A complete EOCR2Text text, containing all detected characters from the reference image as well as the corresponding character codes.

Remarks

The EOCR2Text/EOCR2Line/EOCR2Word/EOCR2Char instance should contain detected characters from a reference image as well as their corresponding character codes.

EOCR2.Learn

Learns reference characters from a given EOCR2Text/EOCR2Line/EOCR2Word/EOCR2Char instance, containing user-specified character codes.

Namespace: Euresys.Open_eVision_2_11

[C#]

void Learn(
   Euresys.Open_eVision_2_11.EOCR2Char character
)

void Learn(
   Euresys.Open_eVision_2_11.EOCR2Word word
)

void Learn(
   Euresys.Open_eVision_2_11.EOCR2Line line
)

void Learn(
   Euresys.Open_eVision_2_11.EOCR2Text text
)

Parameters

character

A single EOCR2Char character, containing the detected character from the reference image as well as the corresponding character code.

word

A single EOCR2Word word, containing the detected characters in a single word from the reference image as well as the corresponding character codes.

line

A single EOCR2Line line, containing the detected characters in a single line from the reference image as well as the corresponding character codes.

text

A complete EOCR2Text text, containing all detected characters from the reference image as well as the corresponding character codes.

Remarks

The EOCR2Text/EOCR2Line/EOCR2Word/EOCR2Char instance should contain detected characters from a reference image as well as their corresponding character codes.