1.0.6
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user