Expression Language Reference
    Preparing search index...

    An Input to an extraction process. This may be a whole document, a single page of a document, or a fragment of a document

    interface ExtractInput {
        meta: ExtractInputMetadata;
        uuid: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    uuid: string