Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Public Member Functions | |
virtual void | Dispose () |
Ocr () | |
Initializes a new instance of the Ocr class. | |
Ocr (string languageCode) | |
Initializes a new instance of the Ocr class. More... | |
void | AddWord (string customWord) |
Adds a word to the custom dictionary for the lifetime of this Ocr session. Useful for domain specific names or terminology. More... | |
global::System.IntPtr | GetOcrEngine () |
SolidFramework.Imaging.OcrResults | Process (SolidFramework.Imaging.Image image) |
Processes the specified image. More... | |
bool | Equals (SolidFramework.Imaging.Ocr other) |
override bool | Equals (object obj) |
override int | GetHashCode () |
Static Public Member Functions | |
static string | NormalizeOcrLanguage (string language) |
static bool | operator== (SolidFramework.Imaging.Ocr obj1, SolidFramework.Imaging.Ocr obj2) |
static bool | operator!= (SolidFramework.Imaging.Ocr obj1, SolidFramework.Imaging.Ocr obj2) |
Properties | |
static SolidFramework.StringsArray | Languages [get] |
string | this[int index] [get] |
static string | TesseractDataDirectoryLocation [getset] |
int | Count [get] |
bool | TextRecoverySuspects [getset] |
Gets or sets a value indicating whether to highlight low confidence words (any word with OcrWord.Confidence less than 100) in the OCR output in yellow. More... | |
SolidFramework.Imaging.Ocr.Ocr | ( | string | languageCode | ) |
Initializes a new instance of the Ocr class.
languageCode | The language code. |
void SolidFramework.Imaging.Ocr.AddWord | ( | string | customWord | ) |
Adds a word to the custom dictionary for the lifetime of this Ocr session. Useful for domain specific names or terminology.
customWord | The custom word. |
SolidFramework.Imaging.OcrResults SolidFramework.Imaging.Ocr.Process | ( | SolidFramework.Imaging.Image | image | ) |
Processes the specified image.
image | The image. |
|
getset |
Gets or sets a value indicating whether to highlight low confidence words (any word with OcrWord.Confidence less than 100) in the OCR output in yellow.
true
to mark suspects; otherwise, false
.