mindee
    Preparing search index...

    Class SplitRange

    Split inference result.

    Index

    Constructors

    Properties

    documentType: string

    The document type, as identified on given classification values.

    pageRange: number[]

    0-based page indexes, where the first integer indicates the start page and the second integer indicates the end page.

    Methods

    • Extracts a single split from the input file.

      Parameters

      • inputSource: LocalInputSource

        The input file to extract from.

      Returns Promise<ExtractedPdf>