MLText
interface
A hierarchical representation of texts recognized in an image.
Properties
blocks
</>Gets an array MLTextBlock
, which is a block of text that can be further decomposed to an array of MLTextLine
.
blocks: MLTextBlock[];
A hierarchical representation of texts recognized in an image.
Gets an array MLTextBlock
, which is a block of text that can be further decomposed to an array of MLTextLine
.
blocks: MLTextBlock[];