C# Class Franken_.TrainTesseract

Inheritance: System.Windows.Forms.Form
Show file Open project: Early-Modern-OCR/FrankenPlus Class Usage Examples

Public Methods

Method Description
TrainTesseract ( string LangID ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CombineTessData ( BackgroundWorker &Slave, string &ProcessStatus ) : void
CopyTiffBoxPairs ( BackgroundWorker &Slave, string &ProcessStatus, List SelectedFonts ) : void
ExecuteCommand ( string command, string parameter, string projectFolder ) : void
InitializeComponent ( ) : void

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

MakeFontProperties ( BackgroundWorker &Slave, string &ProcessStatus, List SelectedFonts ) : void
MakeUnicharset ( BackgroundWorker &Slave, string &ProcessStatus ) : void
ProcessWordLists ( BackgroundWorker &Slave, string &ProcessStatus ) : void
TrainFont ( BackgroundWorker &Slave, string &ProcessStatus ) : void
TrainTesseract_Load ( object sender, EventArgs e ) : void
backgroundWorker_DoWork ( object sender, DoWorkEventArgs e ) : void
backgroundWorker_ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void
backgroundWorker_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
makeLibraryButton_Click ( object sender, EventArgs e ) : void
p_ErrorDataReceived ( object sender, DataReceivedEventArgs e ) : void
p_OutputDataReceived ( object sender, DataReceivedEventArgs e ) : void
progressWindow_Canceled ( object sender, EventArgs e ) : void
testFolderBrowseButton_Click ( object sender, EventArgs e ) : void
testGoButton_Click ( object sender, EventArgs e ) : void
unicharUnambigsBrowseButton_Click ( object sender, EventArgs e ) : void
wordDictBrowseButton_Click ( object sender, EventArgs e ) : void
wordFreqBrowseButton_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

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

TrainTesseract() public method

public TrainTesseract ( string LangID ) : System
LangID string
return System