Represents text extracted from a document. Annotations of this type are low-level and not specific to any domain.

interface AnnotationsExtractedText {
    extractedText: string;
    pageNumber?: number;
    textRegion: AnnotationsBoundingBox;
}

Properties

extractedText: string

The extracted text

pageNumber?: number

The number of the page on which this annotation is located. The first page has number 1.

1

100000

The location of the extracted text