Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

26
votes
4answers
8k views

How can I implement OCR on a website using PHP?

Are there any free OCR libraries that work with PHP? Perhaps there is a different way to do OCR on a website. If so please share. EDIT: Python is also acceptable. EDIT2: I'm working with a Linux ...
10
votes
4answers
4k views

Algorithm for Hand writing recognition

Is there any specific algorithm for handwriting recognition? The algorithm should recognize the hand written letter. Any one could help would be greatly appreciated in advance. Thank you
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
240 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
447 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 ...
4
votes
3answers
207 views

What are some algorithms for symbol-by-symbol handwriting recognition?

I think there are some algorithms that evaluate difference between drawn symbol and expected one, or something like that. Any help will be appreciated :))
4
votes
2answers
2k views

FOSS Intelligent Character Recognition (ICR)

Does anyone know of an open source Intelligent Character Recognition (ICR) library? There seems to be plenty out there for OCR but I am focusing on recognizing handwriting and would love it if there ...
2
votes
2answers
89 views

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 ...
2
votes
1answer
428 views

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 ...
2
votes
1answer
374 views

iOS japanese handwriting input code help please

I have a series of questions about writing code for iOS and including handwritten recognition of japanese. I am a beginner, so be gentle and assume I am stupid ... I'd like to present a japanese word ...
2
votes
1answer
304 views

IACore.dll, IAWinFX.dll, IALoader missing

I have installed the Microsoft Windows SDK for Windows 7 and .NET Framework 4 through this link ( ...
2
votes
1answer
178 views

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 ...
1
vote
2answers
21 views

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 ...
1
vote
0answers
70 views

Handwritten signature visualization?

With the coming of devices like Samsung Notes, with a pressure sensitive pen (and with supposedly ink like experience), I was thinking it might be possible to use mobile devices as a signature pad. ...
1
vote
1answer
92 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
0answers
230 views

SDK for handwriting input on Android

I read that Android provides an API for handwriting input since 1.6 but I can't find it anywhere. Or are there other free / affordable options for handwriting input? I need it for multiple languages ...
1
vote
1answer
77 views

Separating lines in Microsoft Ink

Using Mircosoft.Ink, when I have a RecognizerContext rec, how can I separate the different lines? I need to get the text that was written per line and not everything together when I call ...
1
vote
3answers
216 views

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 ...
1
vote
1answer
455 views

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 ...
1
vote
2answers
258 views

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 ...
1
vote
1answer
225 views

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 ?
1
vote
1answer
726 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
1answer
1k views

Most accurate open-source OCR for handwritten numbers?

My software needs to read a fixed-length handwritten number. While I could use a general-purpose library like Tesseract, I am sure there is something smarter. Tesseract will probably misinterpret ...
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!
1
vote
1answer
2k views

3x3 Sobel operator and gradient features

Reading a paper, I'm having difficulty understanding the algorithm described: Given a black and white digital image of a handwriting sample, cut out a single character to analyze. Since this can be ...
1
vote
2answers
2k views

character recognition in Java

I have a new project that invloves on-line character recognition (recognizing characters as they are written). My idea is that each character is defined by a number of strokes that fit a mathmatical ...
0
votes
2answers
74 views

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 ...
0
votes
1answer
49 views

How do I implement scribble view in OpenGL in android?

I have an android application. I want to use OpenGL to render my images and add effects. also I want a separate view where user can scribble on. I want the background color of the view to be ...
0
votes
2answers
93 views

Offline Handwriting Recognition app through pattern matching in Android

I'm thinking about developing an application for offline Handwriting Recognition using neural network. I want to develop an application that will help me first train the system by taking in patterns ...
0
votes
0answers
266 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
43 views

Elegant way of getting gray scale pixels from a scanned image

I will have scanned images with gray toned handwriting on white background. What is the elegant way of selecting, and getting pixels of gray level(non-white) contigous areas? Which image processing ...
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
0answers
33 views

What input should i put into lipiTK to recognize?

I searched the manual but can not get a result. I found out it accepts UNIPEN ink file but it is a text based data. So what should i use to construct an ink file from my moves on screen? Or how can i ...
0
votes
0answers
31 views

Can you share your ideas about LipiTK, the handwriting recognition tool? [closed]

I am going to try LipiTK, but i have only manual, thus it seems to take much of my time. So i want to have some idea about it. It would be nice if somebody advise it, before i dig into manual. Thanks
0
votes
1answer
143 views

A few questions about handwriting recognition

Do you advise zinnia for handwriting recognition? I searched and find some libraries but some of them requires training for every different person's hand writing. Does zinnia require training for ...
0
votes
1answer
135 views

insert chinese handwriting keyboard into view of app

i would like to sort of embed the chinese handwriting keyboard into a view in my app. That is to say, i don't want it connected to the real keyboard. In fact, I don't even want it visible to the user. ...
0
votes
1answer
432 views

handwriting recognition with simple training

I've been reading (and trying) OCR programs suggested in previous answers but I'm still without a clear answer to my problem. I need to recognize handwritten English text. The text would be multiple ...
0
votes
2answers
458 views

Japanese Kanji handwriting input

I'd just like to ask if there are plans to provide a built-in handwriting IME for Japanese Kanji. And perhaps for Traditional and Simplified Chinese as well. The reason I ask is because is the only ...
0
votes
2answers
769 views

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 ...
0
votes
1answer
517 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
605 views

Is Microsoft ink and handwriting recognition built into all Windows 7 deployments?

I am trying to add handwriting recognition to my application, I see that with Windows XP the end user needs to have the Tablet PC edition for the recognition to work. However it is a little ...
0
votes
2answers
263 views

What is the best way to implement handwritten character recognition on iPhone?

What is the best way to implement handwritten character recognition in iPhone? I'm thinking as follows: First, taking a picture of handwritten character. Second, recognizing image of handwritten ...
0
votes
1answer
127 views

Can I use handwriting personalization in custom .net app

Windows Vista and 7 both contain the ability to personlize the handwriting recognition. You can train the tablet to recognize your specific style. I know the personlization is used by the Native ...
0
votes
1answer
114 views

Handwriting Controls similar to Journal

We are looking for a handwriting control with similar functionality as journal. We would use journal if I could find a way to embed it into a winform. We used Agilix Infinotes however it is buggy ...
0
votes
1answer
531 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.
0
votes
1answer
140 views

Accurate BoundingBox on Microsoft ISF?

I have a set of Microsoft ISF (Ink Serialized Format) images, which I am attempting to convert to PNGs to include in a web page. I have successfully used the C# package Microsoft.Ink to draw the ink ...