From 8a09505baf8c85a07d1e08ead6397d17f84e210a Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Tue, 3 Dec 2024 19:15:00 +0200 Subject: [PATCH] pikvm/pikvm#1432: web: Fixed OCR region --- web/share/js/kvm/ocr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/share/js/kvm/ocr.js b/web/share/js/kvm/ocr.js index 87ef58d8..b490956b 100644 --- a/web/share/js/kvm/ocr.js +++ b/web/share/js/kvm/ocr.js @@ -184,7 +184,7 @@ export function Ocr(__getGeometry) { "ocr_left": __sel.left, "ocr_top": __sel.top, "ocr_right": __sel.right, - "orc_bottom": __sel.bottom, + "ocr_bottom": __sel.bottom, }; tools.httpGet("/api/streamer/snapshot", params, function(http) { if (http.status === 200) {