Table of Contents

Interface IDocumentProcessor

Namespace
IO.Scanbot.Sdk.Docprocessing
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/docprocessing/DocumentProcessor", "", "IO.Scanbot.Sdk.Docprocessing.IDocumentProcessorInvoker")]
public interface IDocumentProcessor : IJavaObject, IJavaPeerable, IDisposable
Inherited Members

Methods

ProcessDocument(DocumentDraft)

[Register("processDocument", "(Lio/scanbot/sdk/entity/DocumentDraft;)Lio/scanbot/sdk/docprocessing/DocumentProcessingResult;", "GetProcessDocument_Lio_scanbot_sdk_entity_DocumentDraft_Handler:IO.Scanbot.Sdk.Docprocessing.IDocumentProcessorInvoker, DocumentSDK.NET.Droid")]
DocumentProcessingResult ProcessDocument(DocumentDraft documentDraft)

Parameters

documentDraft DocumentDraft

Returns

DocumentProcessingResult