Quantcast
Channel: Data Science, Analytics and Big Data discussions - Latest topics
Viewing all articles
Browse latest Browse all 4448

Handwritten Digit Recognition using R

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 4448

Trending Articles