I have an interesting issue with the #tesseract #OCR command line tool on Ubuntu 24.04.
The tool detects text more reliably if I convert my JPG images to TIFF first.
Simply using imagemagicks convert orig.jpg ocr.tiff improves the results reliably.
Anyone know why?