- 15 Apr, 2025 7 commits
-
-
Xiaomeng Zhao authored
feat(model): add text region handling and improve overlap resolution
-
Xiaomeng Zhao authored
feat(model): add text region handling and improve overlap resolution
-
myhloli authored
- Add text region handling in get_res_list_from_layout_res function - Implement remove_overlaps_min_blocks function to handle overlapping blocks - Update OCR region handling to include text regions - Improve overlap resolution for all regions in layout results
-
Xiaomeng Zhao authored
fix:Chinese Character Garbling in PPTX/DOCX Conversion by Adding Font Check and Installation
-
Doge2077 authored
-
Xiaomeng Zhao authored
build(docker): add torch and torchvision installation
-
myhloli authored
- Add pip install command for torch and torchvision - Specify version2.3.1 for both packages - Use Aliyun mirror for faster download
-
- 14 Apr, 2025 16 commits
-
-
Doge2077 authored
-
Xiaomeng Zhao authored
Dev
-
Xiaomeng Zhao authored
master->dev
-
github-actions[bot] authored
-
myhloli authored
-
Xiaomeng Zhao authored
Release 1.3.3
-
Xiaomeng Zhao authored
build(deps): downgrade dill to 0.3.8 for doclayout_yolo compatibility
-
Xiaomeng Zhao authored
build(deps): downgrade dill to 0.3.8 for doclayout_yolo compatibility
-
myhloli authored
- Change dill dependency from >=0.3.9,<1 to >=0.3.8,<1 - Update dill version in both general and specific requirements
-
Doge2077 authored
-
Xiaomeng Zhao authored
fix(magic_pdf): correct range for images in document analysis
-
myhloli authored
- Update the range used to generate images_with_extra_info to match the number of images - This fixes a potential IndexError when the number of images differs from the dataset length
-
Xiaomeng Zhao authored
refactor(footnote_detection): adjust footnote detection threshold
-
github-actions[bot] authored
-
Xiaomeng Zhao authored
refactor(footnote_detection): adjust footnote detection threshold
-
myhloli authored
- Change footnote detection threshold from 50% of page height to 30% - Improve accuracy of footnote identification in PDF processing
-
- 13 Apr, 2025 5 commits
-
-
Xiaomeng Zhao authored
master->dev
-
Xiaomeng Zhao authored
build(docker): remove requirements.txt and update package installation
-
Xiaomeng Zhao authored
build(docker): remove requirements.txt and update package installation
-
Xiaomeng Zhao authored
build(docker): remove requirements.txt and update package installation
-
myhloli authored
- Remove requirements.txt files for all Docker configurations - Update package installation process in Dockerfiles: - Use magic-pdf[full] instead of individual requirements - Simplify installation steps and reduce image size - Remove redundant wget commands for requirements.txt
-
- 12 Apr, 2025 12 commits
-
-
myhloli authored
-
Xiaomeng Zhao authored
Release 1.3.2
-
Xiaomeng Zhao authored
Dev
-
Xiaomeng Zhao authored
docs(readme): update release notes for English and Chinese README files
-
myhloli authored
- Update version history in both English and Chinese README files - Add note about model update required for fixing word concatenation issue- Ensure consistency between English and Chinese versions
-
Xiaomeng Zhao authored
Dev
-
Xiaomeng Zhao authored
docs(README): update version history and installation instructions
-
myhloli authored
- Update version history in README.md and README_zh-CN.md - Add details for 1.3.2 release and previous versions - Update Windows CUDA acceleration installation instructions - Refactor changelog entries for better readability and organization
-
Xiaomeng Zhao authored
feat(magic_pdf): add logging for batch image processing
-
myhloli authored
- Add batch processing logs to track the progress of image analysis - Display the current batch number, total batches, and the number of processed pages
-
Xiaomeng Zhao authored
build(setup): update package versions and constraints
-
myhloli authored
-