Interface IdentifyTextOutput
Properties
text
Type declaration
fullText: string
Optional
keyValues?: KeyValue[]
lines: string[]
Optional
selections?: {
boundingBox?: BoundingBox;
polygon?: Polygon;
selected: boolean;
}[]
Optional
tables?: Table[]
words: Word[]