Table of Contents

Interface IOcrPdfGenerator

Namespace
IO.Scanbot.Sdk.Ocr.Pdf
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ocr/pdf/OcrPdfGenerator", "", "IO.Scanbot.Sdk.Ocr.Pdf.IOcrPdfGeneratorInvoker")]
public interface IOcrPdfGenerator : IJavaObject, IJavaPeerable, IDisposable
Inherited Members

Methods

Generate(Document, PdfConfiguration, IList<Page>)

[Register("generate", "(Lio/scanbot/sdk/docprocessing/Document;Lio/scanbot/sdk/pdfgeneration/PdfConfiguration;Ljava/util/List;)Lio/scanbot/common/Result;", "GetGenerate_Lio_scanbot_sdk_docprocessing_Document_Lio_scanbot_sdk_pdfgeneration_PdfConfiguration_Ljava_util_List_Handler:IO.Scanbot.Sdk.Ocr.Pdf.IOcrPdfGeneratorInvoker, DocumentSDK.NET.Droid")]
IResult Generate(Document document, PdfConfiguration pdfConfig, IList<Page> sourceOcrPages)

Parameters

document Document
pdfConfig PdfConfiguration
sourceOcrPages IList<Page>

Returns

IResult

Generate(Document, File, PdfConfiguration, IList<Page>)

[Register("generate", "(Lio/scanbot/sdk/docprocessing/Document;Ljava/io/File;Lio/scanbot/sdk/pdfgeneration/PdfConfiguration;Ljava/util/List;)Lio/scanbot/common/Result;", "GetGenerate_Lio_scanbot_sdk_docprocessing_Document_Ljava_io_File_Lio_scanbot_sdk_pdfgeneration_PdfConfiguration_Ljava_util_List_Handler:IO.Scanbot.Sdk.Ocr.Pdf.IOcrPdfGeneratorInvoker, DocumentSDK.NET.Droid")]
IResult Generate(Document document, File outputFile, PdfConfiguration pdfConfig, IList<Page> sourceOcrPages)

Parameters

document Document
outputFile File
pdfConfig PdfConfiguration
sourceOcrPages IList<Page>

Returns

IResult

Generate(IList<Uri>, File, bool, PdfConfiguration, IList<Page>)

[Register("generate", "(Ljava/util/List;Ljava/io/File;ZLio/scanbot/sdk/pdfgeneration/PdfConfiguration;Ljava/util/List;)Lio/scanbot/common/Result;", "GetGenerate_Ljava_util_List_Ljava_io_File_ZLio_scanbot_sdk_pdfgeneration_PdfConfiguration_Ljava_util_List_Handler:IO.Scanbot.Sdk.Ocr.Pdf.IOcrPdfGeneratorInvoker, DocumentSDK.NET.Droid")]
IResult Generate(IList<Uri> imageFileUris, File outputFile, bool sourceFilesEncrypted, PdfConfiguration pdfConfig, IList<Page> sourceOcrPages)

Parameters

imageFileUris IList<Uri>
outputFile File
sourceFilesEncrypted bool
pdfConfig PdfConfiguration
sourceOcrPages IList<Page>

Returns

IResult

Generate(IList<Uri>, bool, PdfConfiguration, IList<Page>)

[Register("generate", "(Ljava/util/List;ZLio/scanbot/sdk/pdfgeneration/PdfConfiguration;Ljava/util/List;)Lio/scanbot/common/Result;", "GetGenerate_Ljava_util_List_ZLio_scanbot_sdk_pdfgeneration_PdfConfiguration_Ljava_util_List_Handler:IO.Scanbot.Sdk.Ocr.Pdf.IOcrPdfGeneratorInvoker, DocumentSDK.NET.Droid")]
IResult Generate(IList<Uri> imageFileUris, bool sourceFilesEncrypted, PdfConfiguration pdfConfig, IList<Page> sourceOcrPages)

Parameters

imageFileUris IList<Uri>
sourceFilesEncrypted bool
pdfConfig PdfConfiguration
sourceOcrPages IList<Page>

Returns

IResult

Generate(IList<Page>, PdfConfiguration, IList<Page>)

[Obsolete("deprecated")]
[Register("generate", "(Ljava/util/List;Lio/scanbot/sdk/pdfgeneration/PdfConfiguration;Ljava/util/List;)Lio/scanbot/common/Result;", "GetGenerate_Ljava_util_List_Lio_scanbot_sdk_pdfgeneration_PdfConfiguration_Ljava_util_List_Handler:IO.Scanbot.Sdk.Ocr.Pdf.IOcrPdfGeneratorInvoker, DocumentSDK.NET.Droid")]
IResult Generate(IList<Page> pages, PdfConfiguration pdfConfig, IList<Page> sourceOcrPages)

Parameters

pages IList<Page>
pdfConfig PdfConfiguration
sourceOcrPages IList<Page>

Returns

IResult

Generate(IList<Page>, File, PdfConfiguration, IList<Page>)

[Obsolete("deprecated")]
[Register("generate", "(Ljava/util/List;Ljava/io/File;Lio/scanbot/sdk/pdfgeneration/PdfConfiguration;Ljava/util/List;)Lio/scanbot/common/Result;", "GetGenerate_Ljava_util_List_Ljava_io_File_Lio_scanbot_sdk_pdfgeneration_PdfConfiguration_Ljava_util_List_Handler:IO.Scanbot.Sdk.Ocr.Pdf.IOcrPdfGeneratorInvoker, DocumentSDK.NET.Droid")]
IResult Generate(IList<Page> pages, File outputFile, PdfConfiguration pdfConfig, IList<Page> sourceOcrPages)

Parameters

pages IList<Page>
outputFile File
pdfConfig PdfConfiguration
sourceOcrPages IList<Page>

Returns

IResult

GenerateFromImageRefs(IList<ImageRef>, PdfConfiguration, IList<Page>)

[Register("generateFromImageRefs", "(Ljava/util/List;Lio/scanbot/sdk/pdfgeneration/PdfConfiguration;Ljava/util/List;)Lio/scanbot/common/Result;", "GetGenerateFromImageRefs_Ljava_util_List_Lio_scanbot_sdk_pdfgeneration_PdfConfiguration_Ljava_util_List_Handler:IO.Scanbot.Sdk.Ocr.Pdf.IOcrPdfGeneratorInvoker, DocumentSDK.NET.Droid")]
IResult GenerateFromImageRefs(IList<ImageRef> images, PdfConfiguration pdfConfig, IList<Page> sourceOcrPages)

Parameters

images IList<ImageRef>
pdfConfig PdfConfiguration
sourceOcrPages IList<Page>

Returns

IResult

GenerateFromImageRefs(IList<ImageRef>, File, PdfConfiguration, IList<Page>)

[Register("generateFromImageRefs", "(Ljava/util/List;Ljava/io/File;Lio/scanbot/sdk/pdfgeneration/PdfConfiguration;Ljava/util/List;)Lio/scanbot/common/Result;", "GetGenerateFromImageRefs_Ljava_util_List_Ljava_io_File_Lio_scanbot_sdk_pdfgeneration_PdfConfiguration_Ljava_util_List_Handler:IO.Scanbot.Sdk.Ocr.Pdf.IOcrPdfGeneratorInvoker, DocumentSDK.NET.Droid")]
IResult GenerateFromImageRefs(IList<ImageRef> images, File outputFile, PdfConfiguration pdfConfig, IList<Page> sourceOcrPages)

Parameters

images IList<ImageRef>
outputFile File
pdfConfig PdfConfiguration
sourceOcrPages IList<Page>

Returns

IResult