send link to app

Pen Stroke Data app for iPhone and iPad


4.6 ( 896 ratings )

Developer: Yujin Yano
4.99 USD
Current version: 1.0.6, last update: 2 months ago
First release : 01 Jul 2024
App size: 704 Kb

DESC:
You can create a dataset of pen-stroke then export it as a json file with email.

JSON ARRAY STRUCTURE:
[
{
timeStamp: [String] #Starts from 0:00
xCoordinates: [String]
yCoordinates: [String]
annotation: String
sampleTag: {String} #digit_digit if the character is made of only one stroke, it will be just a single digit from 0 to 9
frameWidth: String
frameHeight: String
}
...
]