capacitor-plugin-scanbot-sdk
    Preparing search index...

    Variable ScanbotPdfImageExtractorConst

    ScanbotPdfImageExtractor: {
        extractImageFiles(
            params: { options?: PdfExtractorOptions; pdfFileUri: string },
        ): Promise<string[]>;
    }

    Entry point for all PDF image extraction features.

    Type Declaration

    • extractImageFiles: function
      • Extract images from a PDF.

        Parameters

        • params: { options?: PdfExtractorOptions; pdfFileUri: string }
          • Optionaloptions?: PdfExtractorOptions

            The options for PDF image extraction.

          • pdfFileUri: string

            The file uri of the PDF to extract images from.

        Returns Promise<string[]>

        • The list of file uris to the extracted images.