Table of Contents

Interface OcrPdfGenerator.IGenerationIterator

Namespace
IO.Scanbot.Sdk.Ocr.Intelligence
Assembly
DocumentSDK.NET.Droid.dll
public interface OcrPdfGenerator.IGenerationIterator : IJavaObject, IDisposable, IJavaPeerable
Inherited Members

Properties

DetectedOcrPages

IList<Page> DetectedOcrPages { get; }

Property Value

IList<Page>

DetectedText

string DetectedText { get; }

Property Value

string

LastProcessedPosition

int LastProcessedPosition { get; }

Property Value

int

Methods

GenerateNextPage()

bool GenerateNextPage()

Returns

bool

Recycle()

void Recycle()