### Describe the proposed feature I had a game manual that had 3 pages (out of 88) that generate: ``` 26 [tesseract] lots of diacritics - possibly poor OCR tesseract.py:241 68 [tesseract] lots of diacritics - possibly poor OCR tesseract.py:241 12 [tesseract] lots of diacritics - possibly poor OCR tesseract.py:241 ``` I'd prefer to see the raw message from Tesseract. This isn't specific to the diacritics message (EDIT opened https://github.com/ocrmypdf/OCRmyPDF/issues/1567). What are people's opinions on this? If positive, I could look at doing a PR. Turned out for those pages, the OCR warnings were from some screenshots 😆 BTW, thanks for this awesome tool. The installation instructions are really great.