I want to extract Hebrew text from an image.
I've tried using pytesseract, but it gets some letters confused (for example ' instead of י or נ instead of כ)
I tried doing some manipulations on the image (such as resizing, removing noise and binarization) which helped a little but still got many mistakes.
I've spent hours searching for better text extraction tools but couldn't find.
So here's my question:
A) Is there a tool I can use that I might have missed?
B) If not, what are the steps to creating my own?
Thanks in advance, Amichai