Class ScanbotOcrEngine.DocumentInput
- Namespace
- IO.Scanbot.Sdk.Ocr
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class ScanbotOcrEngine.DocumentInput : ScanbotOcrEngine.EngineInput
- Inheritance
-
ScanbotOcrEngine.DocumentInput
Constructors
DocumentInput(Document, EngineMode, PdfConfiguration, File, IList<Page>)
public DocumentInput(Document document, IOcrEngine.EngineMode engineMode, PdfConfiguration pdfConfig, File outputFile, IList<Page> sourceOcrPages)
Parameters
document
Document
engineMode
IOcrEngine.EngineMode
pdfConfig
PdfConfiguration
outputFile
File
sourceOcrPages
IList<Page>
Properties
public Document A { get; set; }
Property Value
- Document
public IOcrEngine.EngineMode B { get; set; }
Property Value
- IOcrEngine.EngineMode
public PdfConfiguration C { get; set; }
Property Value
- PdfConfiguration
public File D { get; set; }
Property Value
- File
public Document Document { get; }
Property Value
- Document
public IList E { get; set; }
Property Value
- IList
public override IOcrEngine.EngineMode EngineMode { get; }
Property Value
- IOcrEngine.EngineMode
public override File OutputFile { get; }
Property Value
- File
public override PdfConfiguration PdfConfig { get; }
Property Value
- PdfConfiguration
public override int Size { get; }
Property Value
- int
SourceOcrPages
public override IList<Page> SourceOcrPages { get; }
Property Value
- IList<Page>
Methods
public Document Component1()
Returns
- Document
public IOcrEngine.EngineMode Component2()
Returns
- IOcrEngine.EngineMode
public PdfConfiguration Component3()
Returns
- PdfConfiguration
Returns
- File
public IList<Page> Component5()
Returns
- IList<Page>
Copy(Document, EngineMode, PdfConfiguration, File, IList<Page>)
public ScanbotOcrEngine.DocumentInput Copy(Document document, IOcrEngine.EngineMode engineMode, PdfConfiguration pdfConfig, File outputFile, IList<Page> sourceOcrPages)
Parameters
document
Document
engineMode
IOcrEngine.EngineMode
pdfConfig
PdfConfiguration
outputFile
File
sourceOcrPages
IList<Page>
Returns
- ScanbotOcrEngine.DocumentInput