Questions tagged [handwriting-recognition]

Handwriting recognition is the ability of a computer to receive and interpret handwritten input.

Handwriting recognition is the ability of a computer to receive and interpret intelligible handwritten input, from sources such as paper documents, photographs, touch-screens and other devices.

Handwriting recognition principally entails optical character recognition.

184 questions
0
votes
2 answers

Handwriting recognition as in Webapp

I was wondering is there an API or some material on how to implement handwriting recognition to webapp ? As in like you write with stylus and it stores it as font. It would be awesome if someone has good reading materials on developing ocd…
ukaric
  • 428
  • 1
  • 7
  • 22
0
votes
1 answer

Sphinx-4 with HTK model recognition performance

I have built an online handwriting recognition system using Sphinx-4 and HTK model together. When I use HTK's own decoding system recognition rate is 89%. However Sphinx-4 system with the same HTK model achieves slightly more than 50%. Is this…
efb
  • 23
  • 4
0
votes
1 answer

How to predict the character in this k-means

Iam doing hand written character recognition After executing i got output like This My aim is to predict the character of the output image file like test and i used this k-means File Any one please help me to predict the character of the output…
0
votes
1 answer

System.Windows.Ink.InkAnalyzer on Windows XP

I created a WPF application with hand input function. It works fine on Windows 7 , but it can't work on Windows XP System.Windows.Ink.AnalysisStatus status = theInkAnalyer.Analyze(); if(status.Successful) { ... } else { //In Windows XP…
user1028886
0
votes
1 answer

Tesseract OCR - Handwritten data definition

I'm trying to do a handwritten character recognition using Tesseract. To do this, I need a handwritten (in english) data definition (to put in the tessdata directory): - tessdata/eng.freq-dawg - tessdata/eng.word-dawg -…
Bogy
  • 944
  • 14
  • 30
0
votes
1 answer

Separation of Overlapping and Touching Lines

Can anyone suggest an approach or method for the separation of overlapping and touching lines within handwritten documents? I can segment text lines. Now i want to separate the connected lines. Here it is my image: Thanks
-1
votes
1 answer

Does Google's Handwriting API work in web browsers yet?

I am looking for a handwriting recognition API that I can embed in my web application. I found this: Handwriting Recognition API from Google. The post also refers to a Demo. It is my understanding that this API works in all (newer) Chromium based…
Ingmar
  • 1,525
  • 6
  • 34
  • 51
-1
votes
1 answer

Azure Cognitive Service - Computer Vision - OCR not working for Handwriting

I am trying to use the Computer vision OCR of Azure cognitive service. I can able to do it for computer text in the image but it cannot able to recognize the text when it is a handwriting. I believe somehow there is any other way out to do it, if…
-1
votes
1 answer

Handwritten text comparison using Reinforcement Learning

I want to build an RL agent which can justify if a handwritten word is written by the legitimate user or not. The plan is as follow: Let's say I have written any word 10 times and extracted some geometrical properties for all of them to use as…
-1
votes
1 answer

OCR with machine learning

I need to create a OCR using NN for train and read characters from image.. so anyone support me and im beginner in machine learning,so guide me how to read character from image and compare with numpy Array
-1
votes
1 answer

Synthetic handwriting word data generation using GAN

I am trying to generate synthetic handwritten data. I came across GAN being used to generate a single character image. Generator: upsamples a random tensor to an image. Discriminator: uses real data to classify real/generated. But we can't…
-1
votes
1 answer

How to build an augmented reality application to recognize handwritten content(english alphabets or numbers)?

Augmented Reality supports basic text recognition through the Vuforia library and it supports the only computer generated fonts, I would like to do more by extending the functionality to the humanly written fonts. I just want to start it initially…
-1
votes
1 answer

How does X-Y-cut method for offline handwriting recognition work?

I would like to get the idea of X-Y-cut algorithm used for offline handwriting recognition. X-Y-cut is a histogram based approach, used for the reason of automatic handwriting recognition. First steps of the algorithm are the following: We use a…
-1
votes
1 answer

What methods to recognize sentence handwriting?

I mean posts per sentence, not per letter. Such a doctor's prescription handwriting which hard to read. Not just a normal handwriting. In example : I use a data mining or machine learning for doing a training from paper handwrited. User…
-1
votes
1 answer

How to convert handwriting to text programmatically in android Application

I have a requirement where I have to convert the user hand written text using stylus into digital text as and when they write or convert after they completes scribbling. Is there any library available in Android to do this or steps to do also will…
1 2 3
12
13