Table of Contents

Interface IScanbotPdfImageExtractor

Namespace
ScanbotSDK.MAUI.PdfExtractor
Assembly
DocumentSDK.MAUI.dll
public interface IScanbotPdfImageExtractor

Methods

ExtractImageFilesAsync(Uri, PdfExtractorOptions)

Task<Result<Uri[]>> ExtractImageFilesAsync(Uri pdfFileUri, PdfExtractorOptions options = null)

Parameters

pdfFileUri Uri
options PdfExtractorOptions

Returns

Task<Result<Uri[]>>