HI,
I am using python wrapper Tesserocr to recognise characters in an image.
Tesserocr works fine to recognise words (more than 2 chars) , but it fails to detect single chars like `A`
I am aware that I need to set Page Segmentation mode to = 10 (10 Treat the image as a single character.)
But ho do I do that in python tesserocr?
Thanks.