Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
gheyret committed Sep 5, 2023
1 parent 9d6730a commit b8a028a
Show file tree
Hide file tree
Showing 19 changed files with 1,589,722 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@
[assembly: XmlnsDefinition ("http://icsharpcode.net/sharpdevelop/avalonedit", "UyghurEditPP.Highlighting")]
[assembly: XmlnsDefinition ("http://icsharpcode.net/sharpdevelop/avalonedit", "UyghurEditPP.Search")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage ("Microsoft.Usage", "CA2243:AttributeStringLiteralsShouldParseCorrectly", Justification = "AssemblyInformationalVersion does not need to be a parsable version")]
[assembly: AssemblyVersion ("0.8.*")]
[assembly: AssemblyVersion ("0.82.*")]
5 changes: 3 additions & 2 deletions ocr/OCRForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ async void ButtonRight(object sender, EventArgs e)
Cursor=Cursors.WaitCursor;
ramka.Enabled = false;
roibmp = ramka.Image.Clone(roi,ramka.Image.PixelFormat);
roibmp.SetResolution(400,400);
// roibmp.SetResolution(400,400);
roipix = PixConverter.ToPix(roibmp).Deskew().Scale(4.3f,4.3f);
roibmp.Dispose();

Expand Down Expand Up @@ -194,7 +194,8 @@ void CheckedChanged(object sender, EventArgs e)
char[] tr = {'+'};
string lang = "";
if(chkUyghur.Checked){
lang += "ukij+uig";
// lang += "ukij+uig";
lang += "ukij";
}

if(chkEng.Checked){
Expand Down
Binary file not shown.
Binary file added packages/DocumentFormat.OpenXml.2.20.0/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
264,992 changes: 264,992 additions & 0 deletions packages/DocumentFormat.OpenXml.2.20.0/lib/net35/DocumentFormat.OpenXml.xml

Large diffs are not rendered by default.

Binary file not shown.
264,986 changes: 264,986 additions & 0 deletions packages/DocumentFormat.OpenXml.2.20.0/lib/net40/DocumentFormat.OpenXml.xml

Large diffs are not rendered by default.

Binary file not shown.
264,980 changes: 264,980 additions & 0 deletions packages/DocumentFormat.OpenXml.2.20.0/lib/net46/DocumentFormat.OpenXml.xml

Large diffs are not rendered by default.

Binary file not shown.
264,842 changes: 264,842 additions & 0 deletions packages/DocumentFormat.OpenXml.2.20.0/lib/net6.0/DocumentFormat.OpenXml.xml

Large diffs are not rendered by default.

0 comments on commit b8a028a

Please sign in to comment.