@vashish1 wrote:
I am using tesseract package in R to read pre printed and handwritten text / digit on the image and then storing those values in R dataframe
Appreciate if you could guide me on the below 2 queries;
- How do I add specific english words (text on the image) to the tesseract word list and use it in R ?
- How do i read all the digits handwritten on the image ?
I tried the following function but it is not reading all the numbers
“”“tesseract(options = list(tessedit_char_whitelist = “01234567890”))”"""
Image has been converted to “Grayscale”
Thanks in advance
Posts: 2
Participants: 2