mirror of
http://git.xinwangdao.com/cnnc-embedded-parts-detect/detect.git
synced 2025-06-24 13:34:13 +08:00
fixed
This commit is contained in:
parent
1c1d73e351
commit
4a700ff637
@ -113,8 +113,8 @@ public class OCRService
|
||||
x = ReplaceChars(resultList[item.Index + 2].Text),
|
||||
y = ReplaceChars(resultList[item.Index + 3].Text),
|
||||
center = ReplaceChars(resultList[item.Index + 4].Text),
|
||||
w = ReplaceChars(resultList[item.Index + 1].Text).Split("x")[0],
|
||||
h = ReplaceChars(resultList[item.Index + 1].Text).Split("x")[1],
|
||||
w = ReplaceChars(resultList[item.Index + 1].Text).Split("x")[1],
|
||||
h = ReplaceChars(resultList[item.Index + 1].Text).Split("x")[0],
|
||||
angle = ReplaceChars(resultList[item.Index + 5].Text),
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user