@squidcloud/client
    Preparing search index...

    Interface ExtractDataFromDocumentResponse

    The full result of extracting data from a document, including all pages and any extracted images.

    interface ExtractDataFromDocumentResponse {
        documentMetadata?: DocumentMetadata;
        longTermStoragePath?: string;
        pages: ExtractDataFromDocumentPage[];
    }
    Index

    Properties

    documentMetadata?: DocumentMetadata

    Document-level metadata extracted from the source container (best-effort). Present only when the extractor was able to read it.

    longTermStoragePath?: string

    Path to the original file in cloud storage, if applicable.

    Array of pages containing extracted data.