- 20 Mar, 2025 1 commit
-
-
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 6 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 8 commits
-
-
Xiaomeng Zhao authored
master -> dev
-
Xiaomeng Zhao authored
-
myhloli authored
-
Xiaomeng Zhao authored
Release 1.2.1
-
Xiaomeng Zhao authored
docs(readme): update changelog for v1.2.1 release
-
Xiaomeng Zhao authored
fix(readme): update changelog for v1.2.1 release
-
myhloli authored
- Update README.md and README_zh-CN.md with the latest changes - Add details about bug fixes in version1.2.1 - Include improvements for full-width to half-width conversion, caption matching, and formula span issues
-
Xiaomeng Zhao authored
perf(inference): adjust batch ratio for high GPU memory
-