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
2
votes
0 answers

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 including Chinese/Japanese. What do you…
Andreas Ka
  • 839
  • 9
  • 23
2
votes
1 answer

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 in hiragana (japanese phonetic alphabet), then…
Lordof Theflies
  • 301
  • 1
  • 6
  • 16
2
votes
3 answers

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 lines but each line is only one or two words…
Jordi Cabot
  • 8,058
  • 2
  • 33
  • 39
2
votes
4 answers

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 thing thing that I seem to miss from the iPhone. …
raistdejesus
  • 109
  • 1
  • 11
2
votes
1 answer

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 rec.Recognize.
Sandra
  • 3,560
  • 5
  • 24
  • 31
2
votes
1 answer

Add text layer to PDF of scanned handwritten notes in OSX

While in class I like to take handwritten notes, afterwards I scan them and then type them up (helps me remember them and also makes them easily searchable). The main issue is I have is I use A LOT of drawings and complex math and converting the…
M B
  • 23
  • 4
2
votes
1 answer

how can i configue handwriting recognition in ABBYY ios sdk

i have tried ABBYY SDK for ios it is very good for printed text to be converted but i cant recongnize handwritten words can any one help me to configue the ocr ABBYY sdk to recognize the handwriting
Ali Mehdi
  • 85
  • 1
  • 8
2
votes
1 answer

Allow user handwriten marking on images - Java, Swing

I am developing an application using Java, Swing. It will be mainly used in order to study oscillograms against pentagrams for medical purposes. It is wished that the user can keep notes on top of the images (presumably something like the pencil…
Voullage
  • 94
  • 10
2
votes
2 answers

Handwriting recognition windows 7

The handwriting recognition in windows 7 is quite awesome , i want to know if i could use it using some kind of API . If not , is there any other alternative .
rajat
  • 3,415
  • 15
  • 56
  • 90
1
vote
2 answers

handwritten digit dataset with already extracted features

I want to test some clustering algorithms on a handwritten digit dataset. Is there any handwritten digit dataset with an already extracted features ? I'm not searching for a handwritten digit dataset of brute image pixels like the case of MNIST for…
1
vote
1 answer

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. Can someone help me if there exist some open…
user986323
  • 11
  • 1
1
vote
0 answers

I am not able to view the file in program of text to handwriting

Please help, i am beginner in python. The code i used for text to handwriting is this import pywhatkit as pw txt = """ What is Lorem Ipsum? """ pw.text_to_handwriting(txt,"img2.png",[0,0,138]) pw.text_to_handwriting(txt) print("END") When i am…
Sahal
  • 17
  • 1
1
vote
0 answers

UWP HandwritingView can be enabled only for English

As mentioned in this page, the UI control - HandwritingView, can be built into textbox. To test this feature, I wrote a UWP app as below:
Kai-Han Lo
  • 13
  • 3
1
vote
0 answers

Detecting handwritten lines using OpenCV

I'm trying to detect underlines and boxes in the following image: For example, this is the output I'm aiming for: Here's what I've atempted: import cv2 import numpy as np # Load image img = cv2.imread('document.jpg') # Convert image to…
1
vote
1 answer

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 every different hand writing? I read its site but…
merveotesi
  • 2,145
  • 15
  • 53
  • 84