C# Class Franken_.TrainTesseract

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Early-Modern-OCR/FrankenPlus Class Usage Examples

Méthodes publiques

Méthode Description
TrainTesseract ( string LangID ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

TrainTesseract() public méthode

public TrainTesseract ( string LangID ) : System
LangID string
Résultat System