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) 149 B
export declare class HandwrittenDigitTransformer { static transform(canvas: HTMLCanvasElement): number[]; private static translate(image); }