Table of Contents

Class OcrPage

Namespace
IO.Scanbot.Ocr.Model
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/ocr/model/OcrPage", DoNotGenerateAcw = true)]
public sealed class OcrPage : Object, IJavaObject, IJavaPeerable, IDisposable
Inheritance
OcrPage
Implements
Inherited Members

Constructors

OcrPage(string, IList<OcrResultBlock>, IList<OcrResultBlock>, IList<OcrResultBlock>)

[Register(".ctor", "(Ljava/lang/String;Ljava/util/List;Ljava/util/List;Ljava/util/List;)V", "")]
public OcrPage(string text, IList<OcrResultBlock> paragraphs, IList<OcrResultBlock> lines, IList<OcrResultBlock> words)

Parameters

text string
paragraphs IList<OcrResultBlock>
lines IList<OcrResultBlock>
words IList<OcrResultBlock>

Properties

Lines

[Register("lines")]
public IList Lines { get; set; }

Property Value

IList

Paragraphs

[Register("paragraphs")]
public IList Paragraphs { get; set; }

Property Value

IList

Text

[Register("text")]
public string Text { get; set; }

Property Value

string

Words

[Register("words")]
public IList Words { get; set; }

Property Value

IList

Methods

Component1()

[Register("component1", "()Ljava/lang/String;", "")]
public string Component1()

Returns

string

Component2()

[Register("component2", "()Ljava/util/List;", "")]
public IList<OcrResultBlock> Component2()

Returns

IList<OcrResultBlock>

Component3()

[Register("component3", "()Ljava/util/List;", "")]
public IList<OcrResultBlock> Component3()

Returns

IList<OcrResultBlock>

Component4()

[Register("component4", "()Ljava/util/List;", "")]
public IList<OcrResultBlock> Component4()

Returns

IList<OcrResultBlock>

Copy(string, IList<OcrResultBlock>, IList<OcrResultBlock>, IList<OcrResultBlock>)

[Register("copy", "(Ljava/lang/String;Ljava/util/List;Ljava/util/List;Ljava/util/List;)Lio/scanbot/ocr/model/OcrPage;", "")]
public OcrPage Copy(string text, IList<OcrResultBlock> paragraphs, IList<OcrResultBlock> lines, IList<OcrResultBlock> words)

Parameters

text string
paragraphs IList<OcrResultBlock>
lines IList<OcrResultBlock>
words IList<OcrResultBlock>

Returns

OcrPage