@moveread/use-predict
v1.0.2
Published
Box extraction and prediction, centralized
Downloads
3
Readme
Use Predict
Box extraction and prediction, centralized
Usage
import { usePrediction } from 'use-predict'
const { boxes, preds, predict } = usePrediction({ extractApi, predictApi, model, sheets })
Mocking:
import { mockPredict } from 'use-predict/mock'
const predictApi = mockPredict()