UNPKG

handwritten-mathematics-recogniser

Version:

Easy and abstracted way to recognise handwritten mathematics in a browser or in a web view.

5 lines (4 loc) 83 B
export interface Recognition { recognition: number; probability: number; }