Class OCROption
Inheritance
System.Object
OCROption
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Simplic.DocumentProcessing.dll
Syntax
Fields
|
Improve this Doc
View Source
Charset_Alphabet
Declaration
public const string Charset_Alphabet = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZäüöÄÜÖ"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Charset_Number
Declaration
public const string Charset_Number = "1234567890,.-"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Charset_Separator_Sentence
Declaration
public const string Charset_Separator_Sentence = ".-/\\;,#+ ?!%&{}[]\"'*´()$§<>|`"
Field Value
Type |
Description |
System.String |
|
Properties
|
Improve this Doc
View Source
CharacterSet
Declaration
public string CharacterSet { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Context
Declaration
public OCRContext Context { get; set; }
Property Value
|
Improve this Doc
View Source
EnableOrientationDetection
Declaration
public bool EnableOrientationDetection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
EnableSkewDetection
Declaration
public bool EnableSkewDetection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Height
Declaration
public int Height { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Languages
Declaration
public IList<OCRLanguage> Languages { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<OCRLanguage> |
|
|
Improve this Doc
View Source
LanguageValue
Declaration
public string LanguageValue { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Left
Declaration
public int Left { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Mode
Declaration
public OCRMode Mode { get; set; }
Property Value
|
Improve this Doc
View Source
OptionName
Declaration
public string OptionName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Pages
Gets or sets a list of pages to analyze. If no pages are inserted, all will be analyzed
Declaration
public IList<int> Pages { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.Int32> |
|
|
Improve this Doc
View Source
ResourceFolder
Gets or sets the ocr language directory. If nothing is set, the default directory will be used
Declaration
public string ResourceFolder { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Top
Declaration
public int Top { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
UseFreqWordsDictionary
Declaration
public bool UseFreqWordsDictionary { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UseMainDictionary
Declaration
public bool UseMainDictionary { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Width
Declaration
public int Width { get; set; }
Property Value
Type |
Description |
System.Int32 |
|