Fix rapidocr dependencies
This commit is contained in:
@@ -37,48 +37,50 @@ dependencies = [
|
|||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
faster-png = [
|
faster-png = [
|
||||||
"fpng-py",
|
"fpng-py"
|
||||||
]
|
]
|
||||||
|
|
||||||
accurate-filtering = [
|
accurate-filtering = [
|
||||||
"transformers",
|
"transformers",
|
||||||
"sentencepiece",
|
"sentencepiece"
|
||||||
]
|
]
|
||||||
|
|
||||||
easyocr = [
|
easyocr = [
|
||||||
"easyocr",
|
"easyocr"
|
||||||
]
|
]
|
||||||
|
|
||||||
rapidocr = [
|
rapidocr = [
|
||||||
"rapidocr",
|
"rapidocr",
|
||||||
|
"onnxruntime",
|
||||||
|
"rapidocr_onnxruntime"
|
||||||
]
|
]
|
||||||
|
|
||||||
mangaocr = [
|
mangaocr = [
|
||||||
"manga-ocr",
|
"manga-ocr"
|
||||||
]
|
]
|
||||||
|
|
||||||
winocr = [
|
winocr = [
|
||||||
"winocr",
|
"winocr"
|
||||||
]
|
]
|
||||||
|
|
||||||
oneocr = [
|
oneocr = [
|
||||||
"oneocr",
|
"oneocr"
|
||||||
]
|
]
|
||||||
|
|
||||||
lens = [
|
lens = [
|
||||||
"betterproto==2.0.0b7",
|
"betterproto==2.0.0b7"
|
||||||
]
|
]
|
||||||
|
|
||||||
lensweb = [
|
lensweb = [
|
||||||
"pyjson5",
|
"pyjson5"
|
||||||
]
|
]
|
||||||
|
|
||||||
gvision = [
|
gvision = [
|
||||||
"google-cloud-vision",
|
"google-cloud-vision"
|
||||||
]
|
]
|
||||||
|
|
||||||
azure = [
|
azure = [
|
||||||
"azure-ai-vision-imageanalysis",
|
"azure-ai-vision-imageanalysis"
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
|||||||
Reference in New Issue
Block a user