Table of Contents

Interface IOcrPdfGenerator

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

Methods

AddPage(ImageRef, Page, PageBinarization)

[Register("addPage", "(Lio/scanbot/sdk/image/ImageRef;Lio/scanbot/sdk/ocr/Page;Lio/scanbot/sdk/imageprocessing/PageBinarization;)Lio/scanbot/common/Result;", "GetAddPage_Lio_scanbot_sdk_image_ImageRef_Lio_scanbot_sdk_ocr_Page_Lio_scanbot_sdk_imageprocessing_PageBinarization_Handler:IO.Scanbot.Sdk.Pdfgeneration.IOcrPdfGeneratorInvoker, DocumentSDK.NET.Droid")]
IResult AddPage(ImageRef image, Page sourceOcrPage, PageBinarization binarization)

Parameters

image ImageRef
sourceOcrPage Page
binarization PageBinarization

Returns

IResult

AddPageImagePath(string, Page, PageBinarization)

[Obsolete("deprecated")]
[Register("addPageImagePath", "(Ljava/lang/String;Lio/scanbot/sdk/ocr/Page;Lio/scanbot/sdk/imageprocessing/PageBinarization;)Lio/scanbot/common/Result;", "GetAddPageImagePath_Ljava_lang_String_Lio_scanbot_sdk_ocr_Page_Lio_scanbot_sdk_imageprocessing_PageBinarization_Handler:IO.Scanbot.Sdk.Pdfgeneration.IOcrPdfGeneratorInvoker, DocumentSDK.NET.Droid")]
IResult AddPageImagePath(string imagePath, Page sourceOcrPage, PageBinarization binarization)

Parameters

imagePath string
sourceOcrPage Page
binarization PageBinarization

Returns

IResult

AddPageJPEG(byte[], Page, PageBinarization)

[Obsolete("deprecated")]
[Register("addPageJPEG", "([BLio/scanbot/sdk/ocr/Page;Lio/scanbot/sdk/imageprocessing/PageBinarization;)Lio/scanbot/common/Result;", "GetAddPageJPEG_arrayBLio_scanbot_sdk_ocr_Page_Lio_scanbot_sdk_imageprocessing_PageBinarization_Handler:IO.Scanbot.Sdk.Pdfgeneration.IOcrPdfGeneratorInvoker, DocumentSDK.NET.Droid")]
IResult AddPageJPEG(byte[] jpeg, Page sourceOcrPage, PageBinarization binarization)

Parameters

jpeg byte[]
sourceOcrPage Page
binarization PageBinarization

Returns

IResult

BeginRender(Stream, PdfConfiguration)

[Register("beginRender", "(Ljava/io/OutputStream;Lio/scanbot/sdk/pdfgeneration/PdfConfiguration;)Lio/scanbot/common/Result;", "GetBeginRender_Ljava_io_OutputStream_Lio_scanbot_sdk_pdfgeneration_PdfConfiguration_Handler:IO.Scanbot.Sdk.Pdfgeneration.IOcrPdfGeneratorInvoker, DocumentSDK.NET.Droid")]
IResult BeginRender(Stream stream, PdfConfiguration pdfConfig)

Parameters

stream Stream
pdfConfig PdfConfiguration

Returns

IResult

BeginRenderToFilePath(PdfConfiguration)

[Obsolete("deprecated")]
[Register("beginRenderToFilePath", "(Lio/scanbot/sdk/pdfgeneration/PdfConfiguration;)Lio/scanbot/common/Result;", "GetBeginRenderToFilePath_Lio_scanbot_sdk_pdfgeneration_PdfConfiguration_Handler:IO.Scanbot.Sdk.Pdfgeneration.IOcrPdfGeneratorInvoker, DocumentSDK.NET.Droid")]
IResult BeginRenderToFilePath(PdfConfiguration pdfConfig)

Parameters

pdfConfig PdfConfiguration

Returns

IResult

BeginRenderToFilePath(string, PdfConfiguration)

[Obsolete("deprecated")]
[Register("beginRenderToFilePath", "(Ljava/lang/String;Lio/scanbot/sdk/pdfgeneration/PdfConfiguration;)Lio/scanbot/common/Result;", "GetBeginRenderToFilePath_Ljava_lang_String_Lio_scanbot_sdk_pdfgeneration_PdfConfiguration_Handler:IO.Scanbot.Sdk.Pdfgeneration.IOcrPdfGeneratorInvoker, DocumentSDK.NET.Droid")]
IResult BeginRenderToFilePath(string pdfFilePath, PdfConfiguration pdfConfig)

Parameters

pdfFilePath string
pdfConfig PdfConfiguration

Returns

IResult

Dispose()

[Register("dispose", "()V", "GetDisposeHandler:IO.Scanbot.Sdk.Pdfgeneration.IOcrPdfGeneratorInvoker, DocumentSDK.NET.Droid")]
void Dispose()

EndRender()

[Register("endRender", "()Lio/scanbot/common/Result;", "GetEndRenderHandler:IO.Scanbot.Sdk.Pdfgeneration.IOcrPdfGeneratorInvoker, DocumentSDK.NET.Droid")]
IResult EndRender()

Returns

IResult