easyocr work
This commit is contained in:
parent
9f208b0606
commit
735b6f7157
7 changed files with 121 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue