Class: ocrText
Locate text pattern
bboxes = locateText(ocrText,pattern)
bboxes = locateText(ocrText,pattern,Name,
Value)
returns
the location and size of bounding boxes stored in the bboxes
= locateText(ocrText
,pattern
)ocrText
object.
The locateText
method returns only the locations
of bounding boxes which correspond to text within an image that exactly
match the input pattern
.
uses additional options specified by
one or more bboxes
= locateText(ocrText
,pattern
,Name,
Value
)Name,Value
arguments.