tesseract icon indicating copy to clipboard operation
tesseract copied to clipboard

Tesseract Open Source OCR Engine (main repository)

Results 218 tesseract issues
Sort by recently updated
recently updated
newest added

@stweil You had mentioned at one point that it should be possible to finetune `fast` models. It will be useful to have this feature as many `fast` models use a...

feature request
training
priority: high

error INFO: /home/engine/wy/3rd/tesseract-5.2.0/src/training/pango/boxchar.cpp: In member function ‘void tesseract::BoxChar::GetDirection(int*, int*) const’: /home/engine/wy/3rd/tesseract-5.2.0/src/training/pango/boxchar.cpp:65:75: error: ‘U_RIGHT_TO_LEFT_ISOLATE’ was not declared in this scope; did you mean ‘U_RIGHT_TO_LEFT_OVERRIDE’? 65 | if (dir == U_RIGHT_TO_LEFT ||...

build process

... for int dot product.

feature request
SIMD
RFC

Using AVX512VNNI instructions is still missing.

There are two variants: * AVX512_VNNI (Tiger Lake, Rocket Lake) - 512bit/256bit/128bit * AVX_VNNI - (upcoming Alder Lake) - 256bit/128bit VNNI replaces 3 simd instructions with one instruction. It seems...

feature request
SIMD
RFC

### Environment * **Tesseract Version**: 5.2.0 * **Commit Number**: 15200c6fe7733f71a6cf52fbc1e4d94150f9f168 * **Platform**: Linux ubuntu 5.15.0-43-generic ### Current Behavior: The legacy engine often fails to recognize words where characters towards the...

legacy

### Environment * **Tesseract Version**: * **Commit Number**: * **Platform**: windows 10 home 64 bits ### Current Behavior: === Starting training for language 'chi_tra' [Tue Aug 2 16:44:08 2022] /c/Program...

hi, void TessBaseAPI::SetImage(Pix *pix) API function has a coredump problem when handling a big size pic(system memory no enough) void TessBaseAPI::SetImage(Pix *pix) { if (InternalSetImage()) { if (pixGetSpp(pix) == 4...

bug
unexpected termination

C:\Users\SAMSUNG\Desktop\tesseract training\train>tesseract eng.arial.exp1.tif train.my.exp1 box.train Tesseract Open Source OCR Engine v4.00.00alpha with Leptonica Page 1 Error during processing. ObjectCache(660C5A88)::~ObjectCache(): WARNING! LEAK! object 01015950 still has count 1 (id \Program Files...