mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-21 18:52:36 +01:00
Updated ocr
This commit is contained in:
parent
1c276726b1
commit
392f14f2b7
BIN
Ocr/Latin.db
BIN
Ocr/Latin.db
Binary file not shown.
@ -278,9 +278,9 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
bmp = bob.ToOldBitmap();
|
||||
labelImageInfo.Text = string.Format("Top:{0}, {1} colored pixels of {2}", bob.Y, bob.NumberOfColoredPixels, (bob.Width * bob.Height));
|
||||
|
||||
bool italicI;
|
||||
var isI = bob.IsLowercaseI(out italicI);
|
||||
labelImageInfo.Text = string.Format("T:{0} j{1} :{2} i{3}{4} '{5} #{6}/{7}", bob.Y, bob.IsLowercaseJ(), bob.IsColon(), isI, italicI ? "i" : "", bob.IsApostrophe(), bob.NumberOfColoredPixels, (bob.Width * bob.Height));
|
||||
//bool italicI;
|
||||
//var isI = bob.IsLowercaseI(out italicI);
|
||||
//labelImageInfo.Text = string.Format("T:{0} j{1} :{2} i{3}{4} '{5} #{6}/{7}", bob.Y, bob.IsLowercaseJ(), bob.IsColon(), isI, italicI ? "i" : "", bob.IsApostrophe(), bob.NumberOfColoredPixels, (bob.Width * bob.Height));
|
||||
|
||||
if (bob.ExpandCount > 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user