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

Recording pen information as sequential images

I am trying to create a dataset of images of people's handwriting but with the different stages of drawing the letter/word. So for example, when drawing the letter "W", I am looking for separate images of each pen stroke (the first probably being…
Askav
  • 1
  • 2
0
votes
0 answers

Is there some Library for Android like Pencil Kit of iOS?

I need to make an App for android and iOS. The App is for handwriting and drawing on PDF files. Yes, it is like Good note which is the famous App. I'm looking for some of SDK or library for developing this App. I think that the Pencil Kit for iOS…
Andy
  • 1
0
votes
1 answer

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 library should i use? So far i research for a class…
merveotesi
  • 2,145
  • 15
  • 53
  • 84
0
votes
0 answers

Handwriting synthesis with rnn, can't understand the .npy files for style, can someone sees some sense?

I'm experimenting with some models for handwriting synthesis, I found some github repos on this, most of them are implementing the paper by Alex Graves ("Generating Sequences With Recurrent Neural Networks", 2014), and found this repository by…
0
votes
2 answers

Firefox plugin to capture signature (via stylus/tablet)

I am wondering if anyone has any experience capturing signatures with a tablet/stylus over the internet. How would you write a plug-in that uses an ActiveX control and can securely post the signature over the web? Or maybe you've got a better idea…
The Chairman
  • 1,159
  • 1
  • 10
  • 15
0
votes
0 answers

Detect and draw bounding boxes on hand-typed fields (text, signature) on PDFs with Python

We are working on a redaction project where we need to locate and personally identifiable field such as anything handwritten (incl signatures) from PDFs. Documents are mostly computer typed and here and there there are handwritings and signatures.…
inasir
  • 1
0
votes
2 answers

svg handwriting effect ,Can I clip the stroke path to a png image instead of text?

first of all, Im new to this webpage and Im really sorry for any mistakes. So, I needed to animate a png image of a Calligraphy text just like a handwriting effect. Recently I've watched a youtube video https://www.youtube.com/watch?v=wab7lQKHXL4,…
harry
  • 11
0
votes
1 answer

What is the most popular cross-platform ink-capturing and displaying technology?

I need to develop a simple application that allows the user to write some text and save it in the DB. It needs to be reasonably secure. Unfortunately... it needs to work on both Windows and Mac, desktops, tablets, and all mobiles:( Is there any such…
Zesty
  • 2,922
  • 9
  • 38
  • 69
0
votes
1 answer

How are stored handwritten notes from apps in databases?

At the beggining I'd like to say it's not an emergency :D I was thinking about project ideas recently. Projects that I could try to create to learn something more, something new or just to leave my comfort zone. I've picked notes app project that…
0
votes
1 answer

Autosar interface for handwritten

I'm new to Autosar. I was asked to implement Autosar interface for hand written code, create RTE and ARXML files, and send Arxml file to other group. I have two runnables in my code. Let's say for example interface variables (inputs) X and Y, and we…
H. Gahni
  • 9
  • 2
0
votes
1 answer

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. I'd like the user to simply be able to handwrite…
Lordof Theflies
  • 301
  • 1
  • 6
  • 16
0
votes
0 answers

Emphasize handwritten text with OpenCV

I'm trying to develop a solution for emphasizing hand written text on a document. What I would like to get is an image where the document's background is white and the text is as visible as possible. Doesn't reaaly matter if it keeps its color or…
0
votes
1 answer

Does Google have On Premise Docker Containers for their OCR/Read API similar to MSAzure Cognitive Services

Does google GCP provide on-premise docker containers for their OCR/Handwriting API/solution similar to the way MS Azure has provided access to their cognitive-services-read container. If so, is the google container GPU aware on the on premise…
0
votes
1 answer

How do you make an UWP TextBlock editable with handwriting?

I'm currently showing a TextBlock with text that can be manipulated by the user in various ways using game pads, mouse and keyboard. I'd like the user to be able to write text right on this TextBlock and then the writing will replace the text of the…
Mikael Dúi Bolinder
  • 2,080
  • 2
  • 19
  • 44
0
votes
1 answer

handwriting text recognition (CNN + LSTM + CTC) RNN explanation required

I am trying to understand the following code, which is in python & tensorflow. Im trying to implement a handwriting text recognition. I am referring to the following code here I dont understand why the RNN output is put through a "atrous_conv2d"…
Jevin
  • 15
  • 1
  • 5