Hey,
I am using tesseract to identify amounts in my forms. You can look below
image for sample. i am getting perfect amount with decimal in psm 6.
but when i use psm 11 i am getting follwing output. I have to use psm 11 as
it identify more text with compare to psm 6 in my images.
250,941
00
00
-75,282
175,659
00
-15,072
00
2,860
00
00
163,447
00
The code i am using.
print(pytesseract.image_to_string(image.crop((2000,1570,2500,2000)),
lang="eng",
config = '-c tessedit_do_invert=0 --psm
11').replace("\n\n","\n"))
I want to ask if there is any changes i can do to get decimal point with
psm 11.
--
You received this message because you are subscribed to the Google Groups
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tesseract-ocr/4d793afb-b554-4322-83ef-4ff94accc85en%40googlegroups.com.