IO-3515 Bill OCR refactor to split files and introduce generator.

This commit is contained in:
Patrick Fic
2026-01-28 14:32:11 -08:00
parent ad7e85a578
commit 55de16281d
7 changed files with 30079 additions and 347 deletions

10
package-lock.json generated
View File

@@ -39,6 +39,7 @@
"express": "^4.21.1",
"fast-xml-parser": "^5.3.3",
"firebase-admin": "^13.6.0",
"fuse.js": "^7.1.0",
"graphql": "^16.12.0",
"graphql-request": "^6.1.0",
"intuit-oauth": "^4.2.2",
@@ -7103,6 +7104,15 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/fuse.js": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.1.0.tgz",
"integrity": "sha512-trLf4SzuuUxfusZADLINj+dE8clK1frKdmqiJNb1Es75fmI5oY6X2mxLVUciLLjxqw/xr72Dhy+lER6dGd02FQ==",
"license": "Apache-2.0",
"engines": {
"node": ">=10"
}
},
"node_modules/gaxios": {
"version": "6.7.1",
"resolved": "https://registry.npmjs.org/gaxios/-/gaxios-6.7.1.tgz",