Procházet zdrojové kódy

build(docker): add ftfy package to all Docker images

- Added ftfy package to requirements.txt files for Ascend NPU, China, and Global Docker images
- This change ensures consistent text formatting across all supported platforms
myhloli před 8 měsíci
rodič
revize
2528666959

+ 1 - 0
docker/ascend_npu/requirements.txt

@@ -17,4 +17,5 @@ rapidocr-paddle>=1.4.5,<2.0.0
 rapidocr-onnxruntime>=1.4.4,<2.0.0
 rapid-table>=1.0.3,<2.0.0
 doclayout-yolo==0.0.2b1
+ftfy
 openai

+ 1 - 0
docker/china/requirements.txt

@@ -16,4 +16,5 @@ rapidocr-paddle>=1.4.5,<2.0.0
 rapidocr-onnxruntime>=1.4.4,<2.0.0
 rapid-table>=1.0.3,<2.0.0
 doclayout-yolo==0.0.2b1
+ftfy
 openai

+ 1 - 0
docker/global/requirements.txt

@@ -16,4 +16,5 @@ rapidocr-paddle>=1.4.5,<2.0.0
 rapidocr-onnxruntime>=1.4.4,<2.0.0
 rapid-table>=1.0.3,<2.0.0
 doclayout-yolo==0.0.2b1
+ftfy
 openai