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
1
vote
1 answer

Hand written character recognition using neural network

i need some guide lines and help to develop this ANN. i don't have any past experience with neural networks and this is little bit hard for me. i want to recognize handwriting using this.. any help would be nice.. :-|
FlaMM3R
  • 67
  • 3
  • 13
1
vote
0 answers

Azure API for Handwritten text is giving 202 error code

I am able to use both of the Analyze Image and Describe Image APIs with no issues. However, the recognize handwriting API is giving me problems. I get a 202 Accepted response, but then when I go to the link provided in the operation-location field…
1
vote
1 answer

few question about hand-writing recognition

hi i'm studing machine learning, and i want to write a simple handwriting recognition software with python and opencv. for simplicity now i'm going to recognize only capital words of same size. i think a good way to recognize letters is use…
nkint
  • 11,513
  • 31
  • 103
  • 174
1
vote
1 answer

Azure Text detect which is handwriting or ocr

In azure they have 2 option to detect text from image which is handwriting or OCR, but I don't get the confidence score, so I need to get the best one text result, And what engine can handle which is the best/similar based on spelling OR confidence…
Muhamad Yulianto
  • 1,573
  • 3
  • 22
  • 32
1
vote
2 answers

Best Strategy for Storing Handwriting

I am writing a mobile app (Android) that will allow the user to 'write' to a canvas using a single-touch device with 1 pixel accuracy. The app will be running on a tablet device that will be approximately standard 8 1/2" x 11" size. My strategy is…
Unpossible
  • 10,607
  • 22
  • 75
  • 113
1
vote
0 answers

which is the right way to detect the existence of handwritten signature in documents?

I'm new to machine learning .I'm trying to find a way to detect the existence of handwritten signature in scanned documents. After doing a lot of research ,I found out ,that is essential to use SVM classifiers. So,when there's machine learning…
1
vote
0 answers

Can we do handwriting detection and reading without the use of neural networks?

I'm trying to extract text from images where's there's handwriting. If it's not handwriting ,I get good result using tesseract. However,I know every handwriting has its own characteristics ,so using a trained model for limited number of hand…
Meta Man
  • 21
  • 2
1
vote
3 answers

How to implement handwriting recognition feature in an iPhone app?

I have a requirement in my iPhone app which is something similar to Handwriting Recognition. I want to give user a space on my view where he can write any character by touch and dragging his finger on the screen and based on what matches with his…
Parth Bhatt
  • 19,381
  • 28
  • 133
  • 216
1
vote
0 answers

Storing and verifying user signature

I will be trying to recognize user signature, sever-side, written with a digital pen like this one. I have absolutely no experience working with a digital pad like this and the pads aren't cheap to just "try buying and see". What would be a good…
1
vote
1 answer

Handwriting/drawing in Angular 2/Ionic 2 app?

I need to capture a hand signature from the user written in the screen of a mobile device with a stylus. The result should be stored as a vectorial or bitmap image. How could I do this? Is there some library for typescript?
Natanael
  • 2,290
  • 6
  • 23
  • 35
1
vote
0 answers

Free hand draw on axes with high number of point per second

I am working on a handwriting recognition project using Matlab. The first picture totally contains 450points because it was written slowly. The second picture contains only 56points because it was written in a fast speed. As we can see, when writing…
SKRUY
  • 69
  • 13
1
vote
1 answer

How to convert image of handwriting into pen coordinates?

I have a image with binary values (black and white) at each pixel. I want to convert this into an ordered list of pen coordinates (X,Y) which traces the path of the pen. I want to do this so that I can use an API which only takes pen coordinates as…
knightian
  • 683
  • 1
  • 7
  • 20
1
vote
0 answers

wacom and myscript set handwritng recognition function

im not sure if its the right place to put my question, but i think maybe get an answer here. the last few days thinking about a way to make μυ work easier. What I want is to write by hand and convert into text on the computer. namely when I am on a…
dpapatsarouchas
  • 151
  • 1
  • 2
  • 15
1
vote
2 answers

How to make a font looking very old and out-washed in the browser

I would like to create random outwashed letters of a usual font. Let's say I want to have http://www.fontspace.com/category/washed%20out those ones but instead I use a usual font which is out-washed in the browser. Is this possible? I mean taking a…
kwoxer
  • 3,734
  • 4
  • 40
  • 70
1
vote
1 answer

How to draw letters/symbols using canvas and validate them?

I want to achieve something like this: The application will put a background with the letter, and users will draw over it tracing the indicators with strokes. The main thing is to somehow validate the strokes, and its order and direction. I've…