Results 35 issues of Amit Dovev

https://github.com/tmbdev/das2018-tutorial Thomas Breuel The title is mine :-)

https://github.com/urieli/jochre >Jochre is an OCR package based on supervised machine learning techniques. It has been applied to several languages, including Yiddish, Occitan and Alsacien.

Written by Ray Smith and other googlers. https://arxiv.org/abs/1702.03970 http://rrc.cvc.uab.es/?ch=6 https://github.com/tensorflow/models/tree/master/street

Please add a license to your docs.

tracking

... for int dot product.

feature request
SIMD
RFC

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

I suggest to focus on 5.x for 2022 at least. That means we should not break the API (and ABI?). Use C++17, not C++20/C++23.

This is for 6.0. See https://github.com/tesseract-ocr/tesseract/pull/3684#issuecomment-999690035 Use std::format when the used STL supports it, fallback to [fmtlib](https://github.com/fmtlib/fmt) otherwise. MSVC has full support for std::format. Clang has almost complete support. Currently,...

RFC

https://github.com/tesseract-ocr/tesseract/blob/01535706ecd11a495f9f6e65ee0118b3537a115a/src/textord/strokewidth.cpp#L121-L128 https://github.com/tesseract-ocr/tesseract/blob/2a37f5dd6226156bf32e60d1ae0209a383af4843/src/classify/intproto.cpp#L231-L238 https://github.com/tesseract-ocr/tesseract/blob/912c9978dacf9f7a7cc97ba9a906b40e3df8fc09/src/dict/permdawg.cpp#L111-L121

RFC

Although it's a free service, we might still care about the waste of power consumption. https://github.community/t/trigger-action-on-schedule-only-if-there-are-changes-to-the-branch/17887/4

CI