Skip to content

Commit 6fbff77

Browse files
committed
feat(new tool): Math OCR to Latex
FIx CorentinTh#1009
1 parent 318fb6e commit 6fbff77

File tree

7 files changed

+760
-18
lines changed

7 files changed

+760
-18
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"release": "node ./scripts/release.mjs"
3636
},
3737
"dependencies": {
38+
"@huggingface/transformers": "3.0.0-alpha.14",
3839
"@it-tools/bip39": "^0.0.4",
3940
"@it-tools/oggen": "^1.3.0",
4041
"@sindresorhus/slugify": "^2.2.1",
@@ -90,6 +91,7 @@
9091
"uuid": "^9.0.0",
9192
"vue": "^3.3.4",
9293
"vue-i18n": "^9.9.1",
94+
"vue-mathjax-next": "^0.0.6",
9395
"vue-router": "^4.1.6",
9496
"vue-tsc": "^1.8.1",
9597
"xml-formatter": "^3.3.2",

0 commit comments

Comments
 (0)