mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-07 20:26:06 +00:00
Update ScreenMatch.cs
This commit is contained in:
parent
6f3153a816
commit
bdee21a66f
|
@ -197,7 +197,7 @@ public class ScreenMatch
|
|||
case "sample_clipboard":
|
||||
{
|
||||
isUseSampleClipboard = true;
|
||||
this.parent.Log($"Use Clipboard within a 128x128 pixel range around specific coordinates.");
|
||||
this.parent.Log($"Use Clipboard within a {sampleWidth}x{sampleHeight} pixel range around specific coordinates.");
|
||||
break;
|
||||
}
|
||||
|
||||
|
@ -206,7 +206,7 @@ public class ScreenMatch
|
|||
tesseractDataPath = Path.Combine(workingDirectory, "app/assets/tessdata_best");
|
||||
tesseractLanguage = "eng";
|
||||
isUseSampleOCR = true;
|
||||
this.parent.Log($"Use OCR within a 128x128 pixel range around specific coordinates.");
|
||||
this.parent.Log($"Use OCR within a {sampleWidth}x{sampleHeight} pixel range around specific coordinates.");
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user