easyocr work

This commit is contained in:
Boki 2026-02-12 09:29:10 -05:00
parent 9f208b0606
commit 735b6f7157
7 changed files with 121 additions and 10 deletions

View file

@ -144,7 +144,6 @@ class OcrHandler(TesseractEngine engine)
int rowRangeLen = bestRowEnd - bestRowStart + 1;
if (rowRangeLen <= 200)
{
// Small range: serial is faster than Parallel overhead
for (int y = bestRowStart; y <= bestRowEnd; y++)
{
int rowOffset = y * stride;