TextBlock class
A collection of recognized text lines found in a text area (block) on the image.
final class TextBlock {
public final TextLine[] TextLines;
}
Properties
Name | Type | Description |
---|---|---|
TextLines | TextLine[] | The lines of recognized text. |
02.03.2022 12:59:15