Results 538 comments of Amit Dovev

The issues which might make it hard for Tesseract to recognize this image: 1. A stamp which probably confuses the table detection. 2. Mixing two writing directions in one block:...

You can try setting `textord_tabfind_find_tables` to `false`.

Some notes. Your tiff file contains 3 images. Images size: W 3552, H **32000** So your input is equivalent to about **39** A4 pages (3x13). Tesseract's layout analysis algorithm was...

@GitHubGS, I'm not a core developer, and I have no answer to your question, sorry.

>AVX_VNNI - (upcoming Alder Lake) - 256bit/128bit This will be available soon. Maybe we could ask users to help testing this feature a few months from the launch.

@stweil, can I add `AVX_VNNI` (256 bit) detection as a first step?

There are tens of millions of people with Intel's Alder Lake, some of them are Tesseract users. We can ask in the forum to test the detection (and later the...

Go ahead! Could you do the `AVX_VNNI` detection too? You are more familiar with the detection code than me. Since most of our files already have: > (C) Copyright \,...

I see that you check that avx/avx2 is supported by the OS. Do you also check somewhere that avx512 is supported by the OS?

I will try to implement `intsimdmatrixavx512vnni.cpp`.