tesseract icon indicating copy to clipboard operation
tesseract copied to clipboard

Fix build with unreleased leptonica 1.83

Open p12tic opened this issue 3 years ago • 1 comments

leptonica moved most of their type definitions to internal headers. Long term usages of internal API should be removed, but for now simply include the internal header to allow tesseract to be built.

p12tic avatar Sep 20 '22 02:09 p12tic

https://github.com/tesseract-ocr/tesseract/pull/3851 should probably merged instead of this PR (I reviewed that one), but if it looks too risky, then this PR is the simpliest possible fix.

p12tic avatar Sep 20 '22 03:09 p12tic

close in favour of 3851

zdenop avatar Nov 24 '22 17:11 zdenop

#3851 should probably merged instead of this PR (I reviewed that one), but if it looks too risky, then this PR is the simpliest possible fix.

This comment is misleading. #3851 will not solve the issue that this PR is trying to solve. They are dealing with the same issue but in different files.

However, #3851 could be extended to solve the issue in additional file.

amitdo avatar Nov 25 '22 07:11 amitdo