C# 클래스 IBE.Ocr.Ocr

파일 보기 프로젝트 열기: Duke-Jones/ED-IBE 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CurrentScreenshot string
CurrentScreenshotDateTime System.DateTime
ScreenshotBuffer List
SystemAtTimeOfScreenshot string
Working bool
m_GUI tabOCR

공개 메소드들

메소드 설명
Ocr ( System.Form1 callingForm ) : System
PerformOcr ( int>.List textRowLocations ) : void
ScreenshotCreated ( string filePath, string systemAtTimeOfScreenshot ) : void

비공개 메소드들

메소드 설명
AnalyseFrameUsingTesseract ( Bitmap c1, Tesseract.TesseractEngine engine, float &cf1 ) : string
ProcessNewScreenshot ( string screenshot ) : void
StripPunctuationFromScannedText ( string input ) : string

메소드 상세

Ocr() 공개 메소드

public Ocr ( System.Form1 callingForm ) : System
callingForm System.Form1
리턴 System

PerformOcr() 공개 메소드

public PerformOcr ( int>.List textRowLocations ) : void
textRowLocations int>.List
리턴 void

ScreenshotCreated() 공개 메소드

public ScreenshotCreated ( string filePath, string systemAtTimeOfScreenshot ) : void
filePath string
systemAtTimeOfScreenshot string
리턴 void

프로퍼티 상세

CurrentScreenshot 공개적으로 프로퍼티

public string CurrentScreenshot
리턴 string

CurrentScreenshotDateTime 공개적으로 프로퍼티

public DateTime,System CurrentScreenshotDateTime
리턴 System.DateTime

ScreenshotBuffer 공개적으로 프로퍼티

public List ScreenshotBuffer
리턴 List

SystemAtTimeOfScreenshot 공개적으로 프로퍼티

public string SystemAtTimeOfScreenshot
리턴 string

Working 공개적으로 프로퍼티

public bool Working
리턴 bool

m_GUI 공개적으로 프로퍼티

public tabOCR,IBE.Ocr m_GUI
리턴 tabOCR