C# Class VietOCR.NET.GUIWithBulkOCR

显示文件 Open project: nguyenq/VietOCR3.NET

Public Methods

Method Description
GUIWithBulkOCR ( ) : System

Protected Methods

Method Description
ChangeUILanguage ( string locale ) : void

Changes localized text and messages

LoadRegistryInfo ( RegistryKey regkey ) : void
SaveRegistryInfo ( RegistryKey regkey ) : void
bulkOCRToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
WorkerUpdate ( string message ) : void
backgroundWorkerBulk_DoWork ( object sender, DoWorkEventArgs e ) : void
backgroundWorkerBulk_ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void
backgroundWorkerBulk_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
performOCR ( FileInfo imageFile ) : void

Method Details

ChangeUILanguage() protected method

Changes localized text and messages
protected ChangeUILanguage ( string locale ) : void
locale string
return void

GUIWithBulkOCR() public method

public GUIWithBulkOCR ( ) : System
return System

LoadRegistryInfo() protected method

protected LoadRegistryInfo ( RegistryKey regkey ) : void
regkey RegistryKey
return void

SaveRegistryInfo() protected method

protected SaveRegistryInfo ( RegistryKey regkey ) : void
regkey RegistryKey
return void

bulkOCRToolStripMenuItem_Click() protected method

protected bulkOCRToolStripMenuItem_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void