mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 00:24:13 +08:00
fix
This commit is contained in:
parent
8f467648cd
commit
5c2a884b37
@ -83,7 +83,7 @@ void OCR(void *ptr, size_t size, wchar_t *lang, wchar_t *space, void (*cb)(int,
|
||||
y1 = std::min((unsigned int)rect.Y, y1);
|
||||
y2 = std::max(y2, (unsigned int)(rect.Y + rect.Height));
|
||||
}
|
||||
cb(x1,y2,x2,y2,xx.c_str());
|
||||
cb(x1,y1,x2,y2,xx.c_str());
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user