Hi, I'm trying to rename files based on the embedded in the image timestamp. And i have to do it for 400 000 files.
The image:

Tesseract input:
PS C:\Program Files (x86)\Tesseract-OCR> .\tesseract.exe D:\Pulpit\test\a.jpg D:\Pulpit\test\log.txt --psm 13 --oem 3
Tesseract Open Source OCR Engine vv4.0.0-beta.1.20180608 with Leptonica
Tesseract output:
“es *
FF
How to help Tesseract target the right upper corner?
Image itself does not have proper resolution, windows reports 96x96 dpi, but PS info tool does not indicate resolution at all.
How to indicate image resolution in Tesseract?