tesserocr
tesserocr copied to clipboard
when I call function,appear pixDisplayWrite() deprecated warning
The details are as follows:
###################################################### Notice: pixDisplayWrite() has been deprecated in leptonica since version 1.74. It will become a non-functioning stub in 1.80. ######################################################
So should I ignore this, or should I downgrade leptonica
Due to the frequent use of OCR, my log is full of these warnings. How can I stop them
Thank You @sirfz
Thanks for reporting this, you can definitely ignore it for now. It'll be a problem in version 1.80+ though so we'll need to handle this in the next release.
Not sure how to disable the warning, you'll have to check Leptonica's documentation.
Actually, just noticed that pixDisplayWrite
is not used by tesserocr. Seems like it's called by tesseract itself, so there's nothing to be done on tesserocr's side.
Well, thank you for your answer. I'll try other ways about the warning output