This commit is contained in:
meelstorm
2025-10-01 08:17:10 +02:00
parent 1aecb79ade
commit 63afb2dcfb
17 changed files with 168 additions and 55 deletions

View File

@@ -94,7 +94,7 @@ public class CandyboxImageProcessingControl : BaseRecognitionControl
swTotal.Stop();
var allErrors =
res.ErrorPoints.Select(x => x.ToString())
res.ErrorPoints.Select(x => "Position "+x.ToString())
.Concat(
res.ErrorReason.Where(x=>x != EErrorReason.Good).Select(x=>x.ToString())
).ToArray();