- 18 Dec, 2024 11 commits
-
-
pangguosheng authored
-
pangguosheng authored
-
Xiaomeng Zhao authored
feat(gradio-app): improve PDF conversion and UI functionalities
-
myhloli authored
- Add automatic conversion of uploaded files to PDF - Update max page slider range and default value- Prevent interaction with PDF preview to avoid errors - Increase Markdown rendering height for better visibility - Update file change event handling for PDF conversion - Modify supported image suffixes for file upload
-
Xiaomeng Zhao authored
refactor(magic_pdf): move model config variables
-
myhloli authored
- Move __use_inside_model__ and __model_mode__ from operators/__init__.py to model/__init__.py - These variables are more appropriately located in the model module since they relate to model configuration
-
Xiaomeng Zhao authored
Docs/fix docs
-
icecraft authored
-
xu rui authored
-
Xiaomeng Zhao authored
refactor: refactor code
-
icecraft authored
-
- 17 Dec, 2024 6 commits
-
-
Xiaomeng Zhao authored
-
icecraft authored
-
Xiaomeng Zhao authored
feat(language-detection): add YOLOv11 language detection model
-
myhloli authored
- Add YOLOv11 language detection model for PDF documents - Implement language detection in PymuDocDataset - Update app.py to include 'auto' language option - Create language detection utilities and constants
-
Xiaomeng Zhao authored
feat: add get_middle_json method
-
icecraft authored
-
- 16 Dec, 2024 2 commits
-
-
Xiaomeng Zhao authored
refactor(magic_pdf): remove YOLO_VERBOSE setting and update YOLOv8 prediction verbosity
-
myhloli authored
- Remove YOLO_VERBOSE environment variable from multiple files - Set verbose=False in YOLOv8 prediction method to suppress logger output
-
- 13 Dec, 2024 11 commits
-
-
Xiaomeng Zhao authored
-
dt-yy authored
-
dt-yy authored
-
dt-yy authored
-
Xiaomeng Zhao authored
fix(pdf): improve ligature handling and text extraction
-
myhloli authored
- Move ligature replacement function to pdf_parse_union_core_v2.py - Optimize ligature replacement using a more efficient approach - Modify text extraction flags to preserve ligatures in PDF content - Remove unnecessary function from ocr_mkcontent.py
-
Xiaomeng Zhao authored
docs: fix image path
-
xu rui authored
-
Xiaomeng Zhao authored
-
Suven authored
-
Suven authored
-
- 12 Dec, 2024 10 commits
-
-
Suven authored
-
Xiaomeng Zhao authored
feat: add batch prediction methods for YOLOv8 and Unimernet models
-
Xiaomeng Zhao authored
Docs/tune docs
-
xu rui authored
-
xu rui authored
-
Suven authored
-
icecraft authored
-
xu rui authored
-
Xiaomeng Zhao authored
remove old demo code
-
Xiaomeng Zhao authored
-