Robert Knight
Robert Knight
> Is this related to the buggy handling of lists? This looks like a new issue that depends on the browser and something (I don't know what yet) about the...
Thanks for the clear bug report! It looks like the initial output (`[0, 5]`) occurs because the total width of the first 3 items is _exactly_ the line width and...
Hello @egilll, Your demo looks cool! Thanks for your offer. I welcome contributions that are focused and have good documentation / tests. I'd like the core layout code to remain...
> The basic changes here are somewhat difficult to separate, I believe, unless the intention were to merge them all sequentially anyways. While it would be possible to e.g. only...
Hello @Zambonifofex, Thank-you for the issue report and PR. It would be very helpful if you could add a test case as part of the PR. If you have a...
Is there any other output in the browser console near the error stack above? It looks like some internal assert is being tripped, in which case I'd expect to see...
Tesseract's built-in orientation detection requires the library to be build with the legacy / non-LSTM text recognition engine. Leptonica has some built-in orientation detection functionality. So some options: 1. Compile...
Work in progress at https://github.com/robertknight/tesseract-wasm/pull/34.
https://github.com/robertknight/tesseract-wasm/pull/34 adds a partial solution in the form of orientation detection, however the algorithm is simplistic and this means that in any application user input would probably be required to...
I posted a [comment](https://news.ycombinator.com/item?id=32032839) on Hacker News and someone responded with a test case where the word recognition works well, but the text is not output in the correct order,...