original
applying filters with im6 in linux
convert -resize 1480% -monochrome -sharpen 0x3 original.jpg out.png;
tesseract out.png out.txt ;
cat out.txt.txt;
@ ffen2bo0o0
I tried to manipulated the image further but no succeeded.
How I can manipulate the image in order to have better results with tessaract ocr?