modules/ocr/lens_api.py
0 → 100644
+119
−0
modules/ocr/ocr_lens.py
0 → 100644
+168
−0
+2
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -24,6 +24,7 @@ termcolor | ||
bs4
|
||
deepl>=1.16.0
|
||
qtpy
|
||
json5
|
||
spacy-pkuseg
|
||
sentencepiece
|
||
ctranslate2
|
||
| @@ -40,6 +41,7 @@ colorama | ||
openai
|
||
pyyaml
|
||
natsort
|
||
filetype
|
||
py7zr
|
||
multivolumefile
|
||
httpx[socks,brotli]
|
||
+40
−10
Loading