فهرست منبع

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 8 ماه پیش
والد
کامیت
2528666959
3فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 1 0
      docker/ascend_npu/requirements.txt
  2. 1 0
      docker/china/requirements.txt
  3. 1 0
      docker/global/requirements.txt

+ 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