@regulaforensics/document-reader
    Preparing search index...

    Class GraphicField

    Structure, describing single graphic field extracted.

    Index
    fieldName: string

    Graphic field symbolic name.

    fieldRect?: Rect

    Field area coordinates on the general image.

    fieldType: GraphicFieldType

    Graphic field logical type.

    light: Lights

    Light type.

    lightName: string

    Light symbolic name.

    originalPageIndex: number

    Original page index.

    pageIndex: number

    An index of the document page whence the graphic field is extracted.

    sourceType: ResultType

    Identifies zone whence data is extracted.

    value?: string

    An image.

    • Allows you to deserialize object.

      Parameters

      • jsonObject: any

      Returns GraphicField | null