UNPKG

handwritten-mathematics-recogniser

Version:

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

6 lines (5 loc) 118 B
import { Coordinate } from './coordinate'; export interface BoundingBox { min: Coordinate; max: Coordinate; }