Skip to content

Commit

Permalink
OCR bugfix:
Browse files Browse the repository at this point in the history
Uptext will now recognize `->` again.
LocateText fix. Fixes `Make.SetQuantity`
  • Loading branch information
ollydev committed Jun 28, 2021
1 parent ae76390 commit 9208b53
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osr/mainscreen.simba
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ begin

Self.Name := 'MainScreen';

Self.UpTextFilter := TOCRAnyColorRule.Create(85, 70);
Self.UpTextFilter.MinCharacterMatch := ',';
Self.UpTextFilter := TOCRAnyColorRule.Create(85, 50);
Self.UpTextFilter.MinCharacterMatch := '-';

Self.YellowClicks := [
BitmapFromString(14, 14, 'meJxjZGBgBKP/DP+xIkaYAiCCiGFVjCwLZ2MqxpTCqhiXCRBxrGZiugqXO3H5lLqISNuJ9BGRoUR8yJMUm0SmEABZMScY'),
Expand Down
Binary file modified plugins/libsimpleocr32.dll
Binary file not shown.
Binary file modified plugins/libsimpleocr64.dll
Binary file not shown.
Binary file modified plugins/libsimpleocr64.dylib
Binary file not shown.
Binary file modified plugins/libsimpleocr64.so
Binary file not shown.
Binary file modified plugins/libsimpleocr64.so.aarch64
Binary file not shown.

0 comments on commit 9208b53

Please sign in to comment.