EOCR::GetCutLargeChars
EOCR::SetCutLargeChars
Flag indicating whether the large chars cutting mode is used.
Namespace: Euresys::Open_eVision
[C++]
bool GetCutLargeChars() const
void SetCutLargeChars(bool bCutLargeChars)
Remarks
If true
, candidate characters larger than MaxWidth
are split into as many parts as required.
If false
, large characters are discarded.
The segmentation parameters must be the same for both learning and recognition process.
EOCR.CutLargeChars
Flag indicating whether the large chars cutting mode is used.
Namespace: Euresys.Open_eVision
[C#]
bool CutLargeChars
{ get; set; }
Remarks
If true
, candidate characters larger than MaxWidth
are split into as many parts as required.
If false
, large characters are discarded.
The segmentation parameters must be the same for both learning and recognition process.
EOCR.CutLargeChars
Flag indicating whether the large chars cutting mode is used.
Module: open_evision
[Python]
CutLargeChars: bool
{get; set}
Remarks
If true
, candidate characters larger than MaxWidth
are split into as many parts as required.
If false
, large characters are discarded.
The segmentation parameters must be the same for both learning and recognition process.