ETextReader Class
A ETextReader
aims to find and read texts inside a given ROI, through ETextReader::Read
.
The returned texts can be filtered by providing a ETopology
.
An optimization phase can be performed before starting to read, to increase the processing speed of ETextReader
.
This optimization phase can be launched with ETextReader::Optimize
.
Namespace: Euresys::Open_eVision::EasyDeepOCR
License(s): EasyDeepOCR
Constructors
Creates a ETextReader
.
Properties
Returns true if the ETopology
is set.
Methods
Initialize the ETextReader
.
ETextReader
must be initialized before using ETextReader::Read
.
Return true if the ETextReader
is initialized.
Returns true if the ETextReader
has been optimized with a call to ETextReader::Optimize
, and false otherwise.
Loads the ETextReader
.
Assignment operator
Checks if this ETextReader
instance is strictly equal to another
Sets the optimal internal parameters by finding the text in the corresponding input image, for each ESample
.
Reads texts from a ROI.
Texts are returned as EText
.
Texts comply with the ETopology
previously specified with ETextReader::Topology
, if any.
The processing speed can be increased with ETextReader::Optimize
.
Forgets the optimal parameters previously set by ETextReader::Optimize
.
Forgets the ETopology
previously set.
Saves the ETextReader
.
ETextReader Class
A ETextReader
aims to find and read texts inside a given ROI, through ETextReader.Read
.
The returned texts can be filtered by providing a ETopology
.
An optimization phase can be performed before starting to read, to increase the processing speed of ETextReader
.
This optimization phase can be launched with ETextReader.Optimize
.
Namespace: Euresys.Open_eVision.EasyDeepOCR
License(s): EasyDeepOCR
Constructors
Creates a ETextReader
.
Properties
EDeepLearningExecutionSettings
used by the ETextReader
.
Returns true if the ETopology
is set.
ETopology
of the ETextReader
.
Methods
Initialize the ETextReader
.
ETextReader
must be initialized before using ETextReader.Read
.
Return true if the ETextReader
is initialized.
Returns true if the ETextReader
has been optimized with a call to ETextReader.Optimize
, and false otherwise.
Loads the ETextReader
.
Sets the optimal internal parameters by finding the text in the corresponding input image, for each ESample
.
Reads texts from a ROI.
Texts are returned as EText
.
Texts comply with the ETopology
previously specified with ETextReader.Topology
, if any.
The processing speed can be increased with ETextReader.Optimize
.
Forgets the optimal parameters previously set by ETextReader.Optimize
.
Forgets the ETopology
previously set.
Saves the ETextReader
.
ETextReader Class
A ETextReader
aims to find and read texts inside a given ROI, through ETextReader.Read
.
The returned texts can be filtered by providing a ETopology
.
An optimization phase can be performed before starting to read, to increase the processing speed of ETextReader
.
This optimization phase can be launched with ETextReader.Optimize
.
Module: open_evision.EasyDeepOCR
License(s): EasyDeepOCR
Constructors
Creates a ETextReader
.
Properties
EDeepLearningExecutionSettings
used by the ETextReader
.
Returns true if the ETopology
is set.
ETopology
of the ETextReader
.
Methods
Creates a ETextReader
.
Initialize the ETextReader
.
ETextReader
must be initialized before using ETextReader.Read
.
Return true if the ETextReader
is initialized.
Returns true if the ETextReader
has been optimized with a call to ETextReader.Optimize
, and false otherwise.
Loads the ETextReader
.
Sets the optimal internal parameters by finding the text in the corresponding input image, for each ESample
.
Reads texts from a ROI.
Texts are returned as EText
.
Texts comply with the ETopology
previously specified with ETextReader.Topology
, if any.
The processing speed can be increased with ETextReader.Optimize
.
Forgets the optimal parameters previously set by ETextReader.Optimize
.
Forgets the ETopology
previously set.
Saves the ETextReader
.