Refer to the original page from where I forked from. This is my PERSONAL spin on the original, and i don't do support.
- confidence thershold now with 2 decimals
- ONNX runtime web now in the WebCNN version with fallback: NPU->GPU->WebGPU->WASM(CPU)
- minor aestethical changes
[] Add "Keep previous modules" [] Add a label which states the type of accelerator used
This repository show-cases the use of CommonForms in the browser, powered by ONNX Runtime Web
The most important pieces of logic are located over here:
- formFieldDetection: the core logic using the model to detect the fields
- applyAcroFields: the logic responsible for turning the detected fields into acrofields, ie, fillable widgets.
- Install the dependencies
npm install- Run the dev server
npm run dev- Open your browser and navigate to http://localhost:5173/