mindee
    Preparing search index...
    type Word = {
        confidence: number;
        polygon: Polygon;
        text: string;
    }
    Index

    Properties

    confidence: number
    polygon: Polygon

    Contains the relative vertices coordinates (points) of a polygon containing the field in the document.

    text: string