This commit is contained in:
njdaoyehu 2025-02-13 12:24:36 +08:00
parent 1c1d73e351
commit 4a700ff637

View File

@ -113,8 +113,8 @@ public class OCRService
x = ReplaceChars(resultList[item.Index + 2].Text), x = ReplaceChars(resultList[item.Index + 2].Text),
y = ReplaceChars(resultList[item.Index + 3].Text), y = ReplaceChars(resultList[item.Index + 3].Text),
center = ReplaceChars(resultList[item.Index + 4].Text), center = ReplaceChars(resultList[item.Index + 4].Text),
w = ReplaceChars(resultList[item.Index + 1].Text).Split("x")[0], w = ReplaceChars(resultList[item.Index + 1].Text).Split("x")[1],
h = 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), angle = ReplaceChars(resultList[item.Index + 5].Text),
}); });
} }