- 18 Dec, 2024 5 commits
-
-
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
-
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
-
icecraft authored
-
xu rui authored
-
icecraft authored
-
- 17 Dec, 2024 3 commits
- 16 Dec, 2024 1 commit
-
-
myhloli authored
- Remove YOLO_VERBOSE environment variable from multiple files - Set verbose=False in YOLOv8 prediction method to suppress logger output
-
- 13 Dec, 2024 3 commits
- 12 Dec, 2024 4 commits
- 11 Dec, 2024 14 commits
-
-
xu rui authored
-
myhloli authored
-
myhloli authored
- Updated the filename generation logic in the draw_bbox function - Removed the unnecessary '_line_sort' suffix from the output PDF filename
-
myhloli authored
- Remove unused import of ocr_model_init from magic_pdf.model.sub_modules.model_init - Keep existing functionality and structure intact
-
myhloli authored
- Implement image cropping and pasting technique to enhance layout detection - Adjust detected polygons to original image coordinates - Add comments for better code readability
-
xu rui authored
-
xu rui authored
-
xu rui authored
-
xu rui authored
-
xu rui authored
-
xu rui authored
-
xu rui authored
-
xu rui authored
-
icecraft authored
-
- 10 Dec, 2024 7 commits
-
-
myhloli authored
- Change import paths from paddleocr.ppocr to ppocr for utility functions - Update import paths for logging and utility modules in ppocr_273_mod.py- Modify import paths for tablemaster_paddle.py to use ppstructure instead of paddleocr.ppstructure
-
myhloli authored
- Replace MuPDF with pdfminer for detecting invalid characters in PDFs - Uncomment and update the detect_invalid_chars function to use pdfminer - Update the check_invalid_chars function in pdf_meta_scan.py to use the new implementation
-
myhloli authored
- Change import path for TableSystem from 'ppstructure.table.predict_table' to 'paddleocr.ppstructure.table.predict_table' - Change import path for init_args from 'ppstructure.utility' to 'paddleocr.ppstructure.utility'
-
myhloli authored
- Modify import paths for paddleocr utilities in ocr_utils.py and ppocr_273_mod.py - Change from `ppocr.utils.utility` to `paddleocr.ppocr.utils.utility` - Update related import statements in two files to reflect the new path
-
myhloli authored
- Remove commented-out call to clean_memory() function - This change simplifies the code by eliminating an unused code snippet
-
myhloli authored
- Import paddle module and disable its signal handler to prevent interference with other components - This change addresses potential conflicts between PaddlePaddle and other libraries or system signals
-
myhloli authored
- Remove the call to clean_memory() function from pdf_parse_union_core_v2.py - This change may affect memory usage and needs to be tested to ensure proper functionality
-
- 09 Dec, 2024 3 commits