handwriting-recognition
handwriting-recognition copied to clipboard
Handwriting Recognition Web API Proposal
Hi web developers, We would like to gauge interest in using this new Handwriting Recognition API, as described in the [explainer](https://github.com/WICG/handwriting-recognition/blob/main/explainer.md) If you are interested in potentially using this new...
Hi! Just checking status on this incubations as there has been limited activity for the last few years. Has the incubation stalled or is this something that is still being...
Hey there, From the perspective of idiomatic JavaScript, I was wondering why the API has so many classes and custom add/remove/clear methods, instead of using objects and arrays. That is,...
Not only will the recogniser need to take into account the language, but it will be unable to decipher the text unless it understands the glyphs it recognises proceed from...
If it's helpful for further development, I've created TypeScript definition files based on the current WebIDLs here: https://github.com/christianliebel/handwriting-textarea/blob/main/handwriting-recognition.d.ts Just wanted to bring this to your attention, feel free to close...
See https://github.com/whatwg/webidl/issues/603 for discussion on standardizing a similar extended attribute in WebIDL *** Preview | Diff
*** Preview | Diff
While crawling [Handwriting Recognition API](https://wicg.github.io/handwriting-recognition/), the following algorithms fire an event, or resolve or reject a Promise, within a step that runs [in parallel](https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel) without first queuing a task: *...