Results 538 comments of Amit Dovev

I think this issue is duplicate of #2860. `--maxpages 500` Try to change it to much smaller value. >As you can see my sentences in file are too long, sometimes...

https://www.doxygen.nl/manual/config.html#cfg_input

@stweil, Maybe we should label this issue as `wontfix` and close it.

> tesseract v4.0.0.20190314 We don't support this old version. >Size > 0:Error:Assert failed:in file ../../../../../src/cutil/emalloc.cpp, line 32 The `emalloc.cpp` file was removed in version 5.0.

Our [CMake build](https://github.com/tesseract-ocr/tesseract/blob/main/CMakeLists.txt) does not currently support building for two architectures simultaneously.

The right solution is to modify the [CMakeLists.txt file](https://github.com/tesseract-ocr/tesseract/blob/main/CMakeLists.txt) to support this combination.

Maybe your solution is also right.

osd is a special case. Most of the scripts it can recognize are available as separate models. Katakana is one of the scripts used for writing Japanese. To see all...

If you need to store numerical data, it's recommended to use an established serialization library like Protocol Buffers or FlatBuffers, instead of using a custom binary format.