- 20 Mar, 2025 7 commits
-
-
myhloli authored
-
myhloli authored
- Remove half() calls for DocLayoutYOLO and YOLOv8 models - This change prevents potential errors when running models on CPU
-
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
- Add 'ftfy' package to the list of dependencies in setup.py - This change ensures that the ftfy package is installed along with other dependencies when setting up the project
-
myhloli authored
- Add PaddleOCR model to the list of models to download - Update download_models.py and download_models_hf.py scripts to include PaddleOCR - Create user directory for PaddleOCR and copy downloaded models
-
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
-
myhloli authored
- Add support for Apple M1 chips (mps device) - Refactor image processing for better performance and compatibility - Update model loading and inference for various devices - Adjust batch processing and memory management
-
- 19 Mar, 2025 6 commits
-
-
myhloli authored
- Add UnimerMBartConfig and UnimerSwinConfig classes - Implement UnimerSwinImageProcessor for image preprocessing- Create necessary __init__.py files for module structure
-
Xiaomeng Zhao authored
Remove pillow
-
Xiaomeng Zhao authored
-
Xiaomeng Zhao authored
style: remove unused code
-
Xiaomeng Zhao authored
add support for more document types
-
icecraft authored
-
- 17 Mar, 2025 1 commit
-
-
myhloli authored
- Move title level determination to the beginning of the Title block processing - Add condition to include text_level only if it's not 0 - Adjust title level to 0 instead of 1 when it's less than 1
-
- 14 Mar, 2025 2 commits
-
-
JesseChen1031 authored
-
JesseChen1031 authored
-
- 13 Mar, 2025 7 commits
- 12 Mar, 2025 2 commits
-
-
github-actions[bot] authored
-
myhloli authored
- Remove unnecessary __getitem__ method - Simplify image cropping in detect_math_formula_region - Improve code readability and efficiency
-
- 11 Mar, 2025 4 commits
-
-
Xiaomeng Zhao authored
perf(inference): optimize batch processing for different GPU memory s…
-
myhloli authored
- Set NPUDTCompile to false for better performance on NPU - Adjust batch ratio
-
Xiaomeng Zhao authored
fix(pre_proc): add Discarded block type to span block type compatibility
-
myhloli authored
- Include BlockType.Discarded in the list of compatible block types for ContentType.Text and ContentType.InlineEquation - This change improves the OCR dictionary merging process by handling discarded blocks more effectively
-
- 10 Mar, 2025 1 commit
-
-
myhloli authored
- Remove unused @ImportPIL decorator from load_images_from_pdf function - Update image shape handling in YOLOv11.py for better compatibility These changes improve code readability and performance without altering the original functionality.
-
- 07 Mar, 2025 3 commits
-
-
myhloli authored
- Replace PIL with cv2 for image processing - Fix issues with image cropping and resizing - Add boundary checks and error handling - Optimize code for better performance and readability
-
myhloli authored
- Remove PIL usage across multiple files - Convert image processing functions to use NumPy arrays - Update crop_img function to work with NumPy arrays - Modify image loading and resizing to use NumPy and OpenCV - Clean up unused imports and comments related to PIL
-
github-actions[bot] authored
-
- 06 Mar, 2025 1 commit
-
-
github-actions[bot] authored
-
- 04 Mar, 2025 5 commits
-
-
Xiaomeng Zhao authored
master->dev
-
myhloli authored
-
Xiaomeng Zhao authored
Release 1.2.2
-
Xiaomeng Zhao authored
refactor(magic_pdf): improve paragraph splitting logic and update dep…
-
myhloli authored
- Optimize paragraph splitting algorithm for better text block separation - Update fast-langdetect dependency to ensure compatibility
-
- 03 Mar, 2025 1 commit
-
-
Xiaomeng Zhao authored
master -> dev
-