mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
pikvm/pikvm#1432: web: Fixed OCR region
This commit is contained in:
parent
870af902a1
commit
8a09505baf
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user