Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
MinerU
Commits
5a3283c8
Unverified
Commit
5a3283c8
authored
Mar 20, 2025
by
Xiaomeng Zhao
Committed by
GitHub
Mar 20, 2025
Browse files
Merge pull request #1956 from myhloli/dev
build(docker&setup): add ftfy package
parents
1ec5d09d
25286669
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
0 deletions
+4
-0
docker/ascend_npu/requirements.txt
docker/ascend_npu/requirements.txt
+1
-0
docker/china/requirements.txt
docker/china/requirements.txt
+1
-0
docker/global/requirements.txt
docker/global/requirements.txt
+1
-0
setup.py
setup.py
+1
-0
No files found.
docker/ascend_npu/requirements.txt
View file @
5a3283c8
...
@@ -17,4 +17,5 @@ rapidocr-paddle>=1.4.5,<2.0.0
...
@@ -17,4 +17,5 @@ rapidocr-paddle>=1.4.5,<2.0.0
rapidocr-onnxruntime>=1.4.4,<2.0.0
rapidocr-onnxruntime>=1.4.4,<2.0.0
rapid-table>=1.0.3,<2.0.0
rapid-table>=1.0.3,<2.0.0
doclayout-yolo==0.0.2b1
doclayout-yolo==0.0.2b1
ftfy
openai
openai
docker/china/requirements.txt
View file @
5a3283c8
...
@@ -16,4 +16,5 @@ rapidocr-paddle>=1.4.5,<2.0.0
...
@@ -16,4 +16,5 @@ rapidocr-paddle>=1.4.5,<2.0.0
rapidocr-onnxruntime>=1.4.4,<2.0.0
rapidocr-onnxruntime>=1.4.4,<2.0.0
rapid-table>=1.0.3,<2.0.0
rapid-table>=1.0.3,<2.0.0
doclayout-yolo==0.0.2b1
doclayout-yolo==0.0.2b1
ftfy
openai
openai
docker/global/requirements.txt
View file @
5a3283c8
...
@@ -16,4 +16,5 @@ rapidocr-paddle>=1.4.5,<2.0.0
...
@@ -16,4 +16,5 @@ rapidocr-paddle>=1.4.5,<2.0.0
rapidocr-onnxruntime>=1.4.4,<2.0.0
rapidocr-onnxruntime>=1.4.4,<2.0.0
rapid-table>=1.0.3,<2.0.0
rapid-table>=1.0.3,<2.0.0
doclayout-yolo==0.0.2b1
doclayout-yolo==0.0.2b1
ftfy
openai
openai
setup.py
View file @
5a3283c8
...
@@ -48,6 +48,7 @@ if __name__ == '__main__':
...
@@ -48,6 +48,7 @@ if __name__ == '__main__':
"rapidocr_onnxruntime>=1.4.4,<2.0.0"
,
"rapidocr_onnxruntime>=1.4.4,<2.0.0"
,
"rapid_table>=1.0.3,<2.0.0"
,
# rapid_table
"rapid_table>=1.0.3,<2.0.0"
,
# rapid_table
"PyYAML"
,
# yaml
"PyYAML"
,
# yaml
"ftfy"
"openai"
,
# openai SDK
"openai"
,
# openai SDK
],
],
"old_linux"
:[
"old_linux"
:[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment