Tagged Questions

9
votes
12answers
2k views

Where to start Handwritten Recognition using Neural Network?

I've been trying to learn about Neural Networks for a while now, and I can understand some basic tutorials online. Now i want to develop online handwritten recognition using Neural Network. So i ...
8
votes
4answers
4k views

Recommendations for Handwriting Recognition Libraries/Packages in Java

Finding a good Handwriting recognition library in Java has been a bit elusive. I'd like to compare both commercial and any free options, along with any insights to strengths/weaknesses of each. ...
5
votes
3answers
245 views

Handwritten text recognition php

I am thinking of creating a certain web system. It involves a lot of different (random) people uploading scanned documents of stuff they wrote. Is there any PHP open source way converting these ...
5
votes
3answers
449 views

Chinese handwriting recognition

I'm looking for handwriting recognition solution. I've found one here, which is a flash application. What's the principle of how it works? Does it make any queries to db to find the character? Thank ...
1
vote
1answer
93 views

Slant Correction Algorithm for Binary Images of Digits

As part of an Offline Handwriting Recognition program, i have a large set of hand written digits written by about 100 people of the numbers 0 to 9. Before getting the program to classify each of the ...
1
vote
1answer
736 views

Handwriting Recognition APIs?

Are there any good handwriting API's out there? A search gives a 1991 project by Sun HRE API. C/C++ APIs preferred!
1
vote
0answers
315 views

Handwriting recognition (japanese) with AJAX

I just found this very interesting ajax handwriting recognition tool for japanese language http://www.chasen.org/~taku/software/ajax/hwr/ How is it done? Thanks!
0
votes
0answers
267 views

Handwriting recognition with Android [closed]

Possible Duplicate: Recommendations for Handwriting Recognition Libraries/Packages in Java Android application : how to manage handwriting input? Is there a way to implement handwriting ...
0
votes
1answer
35 views

What is the best way of having a connected handwriting recognizer?

I tried to train tesseract with unconnected letters and it is working nice. But i wonder if i can recognize handwriting with connected letters. I am more interseted in open source methods. Thanks ...
0
votes
1answer
518 views

Chinese hand-writing recognition program for IPhone

I would like to start on Chinese hand-writing recognition program for IPhone...but I couldn't find any library or API that can help me to do so. It's hard for me to write the algorithm myself because ...
0
votes
1answer
533 views

Zinnia (handwriting recognition) and PHP integration

Can anyone please provide some instructions or steps on how to integrate zinnia (handrecognition system) with regular php? A sample of how it works could be found here. Thank you.