OCR binary image compare - allow max error below 0.5 (down to 0.1) - thx andrew-r-king :)

Fix #2956
This commit is contained in:
Nikolaj Olsson 2018-06-25 19:07:20 +02:00
parent 27e44d5e72
commit 9d5a77eab3

View File

@ -413,11 +413,11 @@ namespace Nikse.SubtitleEdit.Forms.Ocr
//
// groupBoxOcrMethod
//
this.groupBoxOcrMethod.Controls.Add(this.groupBoxImageCompareMethod);
this.groupBoxOcrMethod.Controls.Add(this.comboBoxOcrMethod);
this.groupBoxOcrMethod.Controls.Add(this.GroupBoxTesseractMethod);
this.groupBoxOcrMethod.Controls.Add(this.groupBoxModiMethod);
this.groupBoxOcrMethod.Controls.Add(this.groupBoxNOCR);
this.groupBoxOcrMethod.Controls.Add(this.groupBoxImageCompareMethod);
this.groupBoxOcrMethod.Location = new System.Drawing.Point(13, 5);
this.groupBoxOcrMethod.Name = "groupBoxOcrMethod";
this.groupBoxOcrMethod.Size = new System.Drawing.Size(392, 192);
@ -814,7 +814,7 @@ namespace Nikse.SubtitleEdit.Forms.Ocr
0,
0});
this.numericUpDownMaxErrorPct.Minimum = new decimal(new int[] {
5,
1,
0,
0,
65536});