C# Class IBE.Ocr.Ocr

Afficher le fichier Open project: Duke-Jones/ED-IBE Class Usage Examples

Méthodes publiques

Свойство Type Description
CurrentScreenshot string
CurrentScreenshotDateTime System.DateTime
ScreenshotBuffer List
SystemAtTimeOfScreenshot string
Working bool
m_GUI tabOCR

Méthodes publiques

Méthode Description
Ocr ( System.Form1 callingForm ) : System
PerformOcr ( int>.List textRowLocations ) : void
ScreenshotCreated ( string filePath, string systemAtTimeOfScreenshot ) : void

Private Methods

Méthode Description
AnalyseFrameUsingTesseract ( Bitmap c1, Tesseract.TesseractEngine engine, float &cf1 ) : string
ProcessNewScreenshot ( string screenshot ) : void
StripPunctuationFromScannedText ( string input ) : string

Method Details

Ocr() public méthode

public Ocr ( System.Form1 callingForm ) : System
callingForm System.Form1
Résultat System

PerformOcr() public méthode

public PerformOcr ( int>.List textRowLocations ) : void
textRowLocations int>.List
Résultat void

ScreenshotCreated() public méthode

public ScreenshotCreated ( string filePath, string systemAtTimeOfScreenshot ) : void
filePath string
systemAtTimeOfScreenshot string
Résultat void

Property Details

CurrentScreenshot public_oe property

public string CurrentScreenshot
Résultat string

CurrentScreenshotDateTime public_oe property

public DateTime,System CurrentScreenshotDateTime
Résultat System.DateTime

ScreenshotBuffer public_oe property

public List ScreenshotBuffer
Résultat List

SystemAtTimeOfScreenshot public_oe property

public string SystemAtTimeOfScreenshot
Résultat string

Working public_oe property

public bool Working
Résultat bool

m_GUI public_oe property

public tabOCR,IBE.Ocr m_GUI
Résultat tabOCR