providerplaneai
    Preparing search index...

    Interface contract for OCRText.

    interface OCRText {
        boundingBox?: BoundingBox;
        confidence?: number;
        text: string;
    }
    Index

    Properties

    boundingBox?: BoundingBox
    confidence?: number
    text: string