Good morning,
I'm having some problems on recognition using tessedit_char_whitelist
real value 586,67
with command -psm 4 -c tessedit_char_whitelist=",0123456789." i obtain <336,267>
with command -psm 4 -c tessedit_char_whitelist="0123456789." i obtain < 58 6 267 > (why here spaces?)
with command -psm 4 -c tessedit_char_whitelist="0123456789," i obtain < 58 6 ,267 > (why here spaces?)
dot and comma together seems have a bad influence on tesseract
psm value seems having no influence on results.
Any advice on this behaviour?
Thank you,
Alessandro.