Méthode |
Description |
|
ClearPersistentCache ( IntPtr tesseractHandle ) : void |
|
|
ClearTesseractHandle ( IntPtr tesseractHandle ) : void |
|
|
CreateTesseractHandle ( ) : IntPtr |
|
|
DeleteTesseractHandle ( IntPtr tesseractHandle ) : void |
|
|
EndTesseractHandle ( IntPtr tesseractHandle ) : void |
|
|
GetPageSegmentationMode ( IntPtr tesseractHandle ) : SegmentationMode |
|
|
GetTesseractDataPath ( IntPtr tesseractHandle ) : IntPtr |
|
|
GetTesseractEngineMode ( IntPtr tesseractHandle ) : OCREngineMode |
|
|
GetTesseractLanguage ( IntPtr tesseractHandle ) : IntPtr |
|
|
GetTesseractVersion ( ) : IntPtr |
|
|
GetTextData ( IntPtr tesseractHandle ) : IntPtr |
|
|
GetVariable ( IntPtr tesseractHandle, string name ) : IntPtr |
|
|
GetVariable ( IntPtr tesseractHandle, string name, bool &value ) : bool |
|
|
GetVariable ( IntPtr tesseractHandle, string name, double &value ) : bool |
|
|
GetVariable ( IntPtr tesseractHandle, string name, int &value ) : bool |
|
|
Initialize ( IntPtr tesseractHandle, string datapath, string language ) : int |
|
|
Initialize ( IntPtr tesseractHandle, string datapath, string language, int oem ) : int |
|
|
PrintVariablesToFile ( IntPtr tesseractHandle, string filename ) : bool |
|
|
Recognize ( IntPtr tesseractHandle, IntPtr monitorHandle ) : int |
|
|
SetConfigurationFile ( IntPtr tesseractHandle, string filename ) : void |
|
|
SetDebugConfigurationFile ( IntPtr tesseractHandle, string filename ) : void |
|
|
SetDebugVariable ( IntPtr tesseractHandle, string name, string value ) : bool |
|
|
SetImageData ( IntPtr tesseractHandle, Array imageData, int width, int height, int bytesPerPixel, int bytesPerLine ) : void |
|
|
SetPageSegmentationMode ( IntPtr tesseractHandle, SegmentationMode mode ) : void |
|
|
SetVariable ( IntPtr tesseractHandle, string name, string value ) : bool |
|
|