-1

I am looking for a handwriting recognition API that I can embed in my web application.

I found this: Handwriting Recognition API from Google. The post also refers to a Demo.

It is my understanding that this API works in all (newer) Chromium based web browsers, i. e. Google Chrome or MS Edge.

I opened the demo in both browsers (Google Chrome 106.0.5249.119 and MS Edge 106.0.1370.42) on my Win-11-64-bit machine. Same error message in both browsers:

Handwriting recognition API is not supported on this platform.

Any idea why I get this error message? Is there anything I can do to fix this?

Ingmar
  • 1,525
  • 6
  • 34
  • 51

1 Answers1

0

For now, recognition API is only available on devices that have ChromeOS.

Tweet from Chrome Developers

M3rt
  • 378
  • 3
  • 10
  • Thank you, M3rt! That explains the problems I had on all machines that I used for testing. None of them works with ChromeOS ;) – Ingmar Mar 29 '23 at 07:52