Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 607 Bytes

File metadata and controls

29 lines (22 loc) · 607 Bytes

Online Handwriting recognition

The first part of the online handwriting recognition project. Project goals:

  • an offline handwriting interface reading all available touch input information
    • current pointer
    • time delta
    • force
    • touch ellipse
  • store symbols into a format that makes sense

Format

see challenges.json-schema and submission.json-schema

Webserver REST API

GET

/api/challenges => JSON

POST

/api/submission Content-Type: application/json Body: {submission: JSON}