- 02 Apr, 2025 2 commits
-
-
myhloli authored
- Update PyMuPDF to version <1.25.0 - Update pydantic to version <2.11 - Update transformers to version < 5.0.0 - Remove always_apply parameter from alb.ToGray in image processing
-
myhloli authored
- Remove paddleocr, paddlepaddle, rapidocr-paddle, and rapidocr-onnxruntime from requirements.txt files - Simplify pip install commands in Dockerfiles - Remove installation of paddlepaddle-gpu in china and global Dockerfiles - Update requirements.txt files across all Docker configurations
-
- 20 Mar, 2025 2 commits
-
-
myhloli authored
- 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 authored
- Update config version to1.2.0 - Refactor model initialization in model_init.py- Update dependencies in requirements.txt files - Remove unused imports and models - Add conditional imports for table models
-
- 13 Feb, 2025 1 commit
-
-
myhloli authored
- Update PaddlePaddle from 3.0.0b1 to 3.0.0rc1 in Dockerfiles - Update RapidOCR dependencies to specific versions in requirements.txt files - Update requirements for all Docker configurations (china, global, ascend_npu)
-
- 16 Jan, 2025 1 commit
-
-
myhloli authored
- Update rapid-table version from ==0.3.0 to >=1.0.3,<2.0.0 in multiple requirements files - This change affects Ascend NPU, China, and Global Docker configurations
-
- 15 Jan, 2025 1 commit
-
-
myhloli authored
- Remove doclayout_yolo==0.0.2b1 and doclayout-yolo==0.0.2 - Add doclayout-yolo==0.0.2b1 to all requirements files
-
- 14 Jan, 2025 2 commits
-
-
myhloli authored
- Merge title blocks that are close to each other horizontally - Adjust line insertion logic for title blocks- Increase image size and decrease confidence threshold for layout detection - Update DocLayoutYOLO model weights - Refactor drawing of bounding boxes for different block types
-
myhloli authored
- Set PyMuPDF version to <= 1.24.14 in all requirements files - Prevent potential compatibility issues with future versions
-
- 10 Jan, 2025 1 commit
-
-
myhloli authored
- Update fast-langdetect from 0.2.0 to >=0.2.3,<0.3.0 - Specify version for rapid_table: ==0.3.0
-
- 06 Jan, 2025 2 commits
-
-
myhloli authored
- Update Dockerfiles in china, global, and huawei_npu directories - Improve wget commands by specifying output file names - Update READMEs to reflect new Dockerfile locations
-
myhloli authored
- Add Dockerfile for global setup with Ubuntu base image - Add Dockerfile for Huawei NPU setup with Ascend base image - Update requirements file structure: - Rename requirements-docker.txt to docker/china/requirements.txt - Add new requirements files for global and Huawei NPU setups - Install necessary packages and dependencies in both Dockerfiles- Set up virtual environment and install Python packages - Download models and configure magic-pdf for both setups
-