C# 클래스 IBE.Ocr.tabOCR

파일 보기 프로젝트 열기: Duke-Jones/ED-IBE

공개 프로퍼티들

프로퍼티 타입 설명
_parent Form1
pbOriginalImage System.Windows.Forms.PictureBox

공개 메소드들

메소드 설명
CommoditiesText ( string s ) : string
DisplayCommodityResults ( string s, Bitmap originalBitmaps, float originalBitmapConfidences, string rowIds, string screenshotName ) : void
DisplayResults ( string s ) : void
GenericSingleParameterMessage ( Object o, AppDelegateType a ) : void
GetOcrValueForWeb ( ) : string[]
ImportCurrentOcrData ( ) : void
Init ( ) : void

initialization of the whole log

ReturnOcrMonitoringStatus ( ) : bool
ReturnTrimmedImage ( ) : Bitmap
ScreenshotsQueued ( string s ) : void
SetOcrValueFromWeb ( string s ) : void
SetStationAndSystem ( string s, string t ) : void
UpdateCurrentImage ( Bitmap b ) : void
UpdateOriginalImage ( Bitmap b ) : Point[]
UpdateTrimmedImage ( Bitmap b, Bitmap bHeader ) : void
clearOcrOutput ( ) : void
setControlText ( Control CtrlObject, string newText ) : void
startOcrOnload ( bool doStart ) : void
tabOCR ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
Acquisition ( bool noAutoImport = false ) : void
BeginCorrectingScreenshot ( string s, Bitmap originalBitmaps, float originalBitmapConfidences, string rowIds, string screenshotName ) : void
CheckOcrBuffer ( object sender ) : void
ContinueDisplayingResults ( ) : void
ImportFinalOcrOutput ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ScreenshotCreated ( object sender, FileSystemEventArgs fileSystemEventArgs ) : void
StripPunctuationFromScannedText ( string input ) : string
bClearOcrOutput_Click ( object sender, EventArgs e ) : void
bContinueOcr_Click ( object sender, EventArgs e ) : void
bEditResults_Click ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
button7_Click ( object sender, EventArgs e ) : void
cbAutoImport_CheckedChanged ( object sender, EventArgs e ) : void
cbDeleteScreenshotOnImport_CheckedChanged ( object sender, EventArgs e ) : void
cbStartOCROnLoad_CheckedChanged ( object sender, EventArgs e ) : void

selects, which ID to use for sending to EDDNCommunicator

cmdHint_Click ( object sender, EventArgs e ) : void
cmdIgnore_Click ( object sender, EventArgs e ) : void

Perform an "ignoring" of the current value (it's cosier)

removeClones ( string p ) : string
tbCommoditiesOcrOutput_Keypress ( object sender, KeyPressEventArgs e ) : void

direct submitting of the commodities with "Enter" if changed

tbOcrStationName_TextChanged ( object sender, EventArgs e ) : void
tbOcrSystemName_TextChanged ( object sender, EventArgs e ) : void

메소드 상세

CommoditiesText() 공개 메소드

public CommoditiesText ( string s ) : string
s string
리턴 string

DisplayCommodityResults() 공개 메소드

public DisplayCommodityResults ( string s, Bitmap originalBitmaps, float originalBitmapConfidences, string rowIds, string screenshotName ) : void
s string
originalBitmaps Bitmap
originalBitmapConfidences float
rowIds string
screenshotName string
리턴 void

DisplayResults() 공개 메소드

public DisplayResults ( string s ) : void
s string
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

GenericSingleParameterMessage() 공개 메소드

public GenericSingleParameterMessage ( Object o, AppDelegateType a ) : void
o Object
a AppDelegateType
리턴 void

GetOcrValueForWeb() 공개 메소드

public GetOcrValueForWeb ( ) : string[]
리턴 string[]

ImportCurrentOcrData() 공개 메소드

public ImportCurrentOcrData ( ) : void
리턴 void

Init() 공개 메소드

initialization of the whole log
public Init ( ) : void
리턴 void

ReturnOcrMonitoringStatus() 공개 메소드

public ReturnOcrMonitoringStatus ( ) : bool
리턴 bool

ReturnTrimmedImage() 공개 메소드

public ReturnTrimmedImage ( ) : Bitmap
리턴 Bitmap

ScreenshotsQueued() 공개 메소드

public ScreenshotsQueued ( string s ) : void
s string
리턴 void

SetOcrValueFromWeb() 공개 메소드

public SetOcrValueFromWeb ( string s ) : void
s string
리턴 void

SetStationAndSystem() 공개 메소드

public SetStationAndSystem ( string s, string t ) : void
s string
t string
리턴 void

UpdateCurrentImage() 공개 메소드

public UpdateCurrentImage ( Bitmap b ) : void
b Bitmap
리턴 void

UpdateOriginalImage() 공개 메소드

public UpdateOriginalImage ( Bitmap b ) : Point[]
b Bitmap
리턴 Point[]

UpdateTrimmedImage() 공개 메소드

public UpdateTrimmedImage ( Bitmap b, Bitmap bHeader ) : void
b Bitmap
bHeader Bitmap
리턴 void

clearOcrOutput() 공개 메소드

public clearOcrOutput ( ) : void
리턴 void

setControlText() 공개 메소드

public setControlText ( Control CtrlObject, string newText ) : void
CtrlObject Control
newText string
리턴 void

startOcrOnload() 공개 메소드

public startOcrOnload ( bool doStart ) : void
doStart bool
리턴 void

tabOCR() 공개 메소드

public tabOCR ( ) : System
리턴 System

프로퍼티 상세

_parent 공개적으로 프로퍼티

public Form1 _parent
리턴 Form1

pbOriginalImage 공개적으로 프로퍼티

public System.Windows.Forms.PictureBox pbOriginalImage
리턴 System.Windows.Forms.PictureBox