Results 538 comments of Amit Dovev

https://www.reddit.com/r/cpp/comments/yugvlf/gcc_13_will_have_format/

https://libcxx.llvm.org/ReleaseNotes/17.html#improvements-and-new-features >The header is no longer considered experimental. Some std::formatter specializations are not yet available since the class used in the specialization has not been implemented in libc++. This prevents...

@todd-richmond, you are talking about orientation detection: 0 / 90 / 180 / 270 degrees. @Balearica is talking about [a page with some parts that are skewed](https://tesseract-ocr.github.io/tessdoc/ImproveQuality.html#rotation--deskewing)

@Balearica, Did you try using `AnalyseLayout()`? https://github.com/tesseract-ocr/tesseract/blob/bf7c134ba6958f2efdaace2fbeba31cad91394ce/include/tesseract/baseapi.h#L433-L449

The training tools for the legacy OCR engine were broken since version 5.0. They were fixed recently. Try the latest code in the main branch of this repo, or wait...

The problem is that we don't know if there might be some cases where this patch will cause worst results. @stweil, @zdenop, maybe we can accept this addition if it...

>Do you have a specific scenario in mind where this change would plausibly cause worse results? No. Don't assume that the few currently active developers deeply know all the algorithms...

Tesseract's Otsu is implemented in `src/ccstruct/otsuthr.cpp` and `src/ccstruct/otsuthr.h`. I suggest to move `ImageThresholder::pixNLNorm()` to a separate `.cpp` file and also add a separate `.h` file.

@stweil, IMO, we should undo https://github.com/tesseract-ocr/tesseract/commit/57b79742920c

We don't plan to support the HEIC format.