Questions tagged [handwriting]

Handwriting is a person's particular and individual style of writing with pen or pencil.

Handwriting is a person's particular and individual style of writing with pen or pencil. Handwriting is distinct from "hand" or script which is any impersonal and formalised writing style in several historical varieties. The handwriting represents the uniqueness of a specific person.

114 questions
5
votes
3 answers

Neural network input data, cartesian plane x/y coordinates, correlate with Handwriting

I am very curious about making a handwriting recognition application in a web browser. Users draw a letter, ajax sends the data to the server, neural network finds the closest match, and returns results. So if you draw an a, the first result should…
5
votes
2 answers

Drawing an UML abstract class on the paper without italic?

How should I represent an abstract class (in Java) in an UML diagram drawn by hand on the paper without using italic font?
Evgeny Bubnov
  • 77
  • 1
  • 6
5
votes
1 answer

Gesture segmentation in Android

I am doing a sample work of handwritten letter detection through gestures of Android.It works well when I input 1 character at a time. That means when I write A on screen by gesture, the program recognizes it well(as I put it on gesture library…
ridoy
  • 6,274
  • 2
  • 29
  • 60
4
votes
2 answers

Are there any opensource libraries for handwriting recognition in .net?

I have a requirement to parse a handwritten document and be able to upload the data to database, I am looking for some open source libraries that can recognize handwriting and can and give me the results back.
Sandeep
  • 41
  • 1
  • 2
4
votes
1 answer

IACore.dll, IAWinFX.dll, IALoader missing

I have installed the Microsoft Windows SDK for Windows 7 and .NET Framework 4 through this link ( http://www.microsoft.com/downloads/dlx/en-us/listdetailsview.aspx?FamilyID=6b6c21d2-2006-4afa-9702-529fa782d63b ) on a Windows 7 machine and trying to…
JohanSJA
  • 705
  • 2
  • 9
  • 21
4
votes
0 answers

handwriting synthesis alex graves

I have been trying to replicate the alex graves handwriting synthesis model, and I did this with tensorflow, and python on a 1080Ti GPU with cuda, I exactly replicated all of the features explained in the paper and even clipped the respective…
4
votes
1 answer

Removing grid from scanned image

I have to recognize the text of the hand-filled bank form. The form has a grid as shown in the image. I am new to Image Processing. I read few papers on handwriting recognition and did denoising, binarization as preprocessing tasks. I want to…
Swapnil B.
  • 729
  • 1
  • 8
  • 23
3
votes
2 answers

Tesseract OCR - Handwritten font

I'm trying to use Tesseract-OCR to detect the text of images with pure text in it but these text has a handwritten font called Journal. Example: The result is not the best: Maxima! size` W (35) Is there any possibility to improve the result or…
Poru
  • 8,254
  • 22
  • 65
  • 89
3
votes
2 answers

How to recognize mathematical symbols using recognizer classes?

I am doing a project for tablet based pc's where the user would write an equation to be solved. The problem is that the recognizer classes that I am using, InkAnalyzer, cannot recognize root signs or any other mathematical signs that I input. Is…
YoungProgrammer
  • 47
  • 2
  • 10
3
votes
1 answer

Multiline Handwriting

I need to develop an animation in Flex that simulate someone handwriting a textarea with dynamic content. I don't care about the pen following the actual curves of the font, but I need a clean way to show the text line by line, with a mask that…
Alberto M
  • 1,608
  • 1
  • 18
  • 42
3
votes
0 answers

Handwriting Soft Keyboard Android

I am working on an android keyboard app which should show drawing canvas as instead of normal key based soft keyboard. Just like Google's Handwriting keyboard I don't want to implement candidate view or do handwriting recognition. My keyboard will…
3
votes
1 answer

Opensource for detecting running handwriting

Is there an open-source implementation in any programming language to detect running handwriting in English and convert them to text ?
Emil
  • 13,577
  • 18
  • 69
  • 108
3
votes
1 answer

How to delay listeners in Android?

I am trying to implement handwritten character recognition in Android. My code has 3 Listeners: onTouch, onDrag and onRemove (So I can get the list of coordinates based on Drag Event). Since for some characters we need to lift up our finger for a…
Ajeet
  • 31
  • 2
3
votes
1 answer

Recognizing characters/handwritten characters

I,ve been looking out for character/handwriting recognition API or web services that aptly serves the purpose of recognizing handwritten data..basically from a drawn objects on a UIView subtypes.For this query ,i ve explored tesseract(which seems to…
AppleDelegate
  • 4,269
  • 1
  • 20
  • 27
2
votes
2 answers

Finding a handwritten dataset with an already extracted features

I want to test my clustering algorithms on data of handwritten text, so I'm searching for a dataset of handwritten text (e.g. words) with already extracted features (the goal is to test my clustering algorithms on, not to extract features). Does…
shn
  • 5,116
  • 9
  • 34
  • 62