- 11 Feb, 2025 3 commits
-
-
Xiaomeng Zhao authored
refactor(model): integrate Ascend plugin for NPU support
-
myhloli authored
- Move environment variable settings for NPU, MPS, and other configurations to the global scope in doc_analyze_by_custom_model.py - Remove redundant environment variable settings in pdf_extract_kit.py - This change ensures consistent configuration across the application and avoids potential conflicts or duplicate settings
-
myhloli authored
-
- 10 Feb, 2025 2 commits
-
-
myhloli authored
- Remove redundant imports for StructTableModel and TableMasterPaddleModel - Reorder imports to group related modules together - Update import structure for better readability and maintainability
-
myhloli authored
- Remove unused utility functions - Update import statements for better readability - Add conditional imports for Ascend plugin - Refactor table model initialization to support NPU
-
- 09 Feb, 2025 5 commits
-
-
Xiaomeng Zhao authored
feat(pdf_parse): improve OCR processing and contrast filtering
-
myhloli authored
- Update calculate_contrast function to support both RGB and BGR image modes - Add input validation for image mode in calculate_contrast function - Modify usage of calculate_contrast function in OCR processing to specify image mode
-
myhloli authored
- Increase batch size from 8 to 256 for language detection inference - Add timing measurement for language detection process
-
myhloli authored
-
myhloli authored
-
- 08 Feb, 2025 2 commits
-
-
myhloli authored
- Rename empty_spans to need_ocr_spans for better clarity - Add calculate_contrast function to measure image contrast - Filter out low-contrast spans to improve OCR accuracy - Update OCR processing workflow to use new filtering method
-
myhloli authored
- Uncomment detect_invalid_chars_by_pymupdf function call - Comment out detect_invalid_chars function call
-
- 07 Feb, 2025 2 commits
-
-
Xiaomeng Zhao authored
perf(model): optimize batch ratio for different GPU memory sizes
-
myhloli authored
- Update batch ratio calculation logic to better utilize available GPU memory - Improve logging for all GPU memory sizes
-
- 27 Jan, 2025 3 commits
-
-
Xiaomeng Zhao authored
perf(model): adjust batch ratio for GPU memory range
-
myhloli authored
-
myhloli authored
- Update batch ratio calculation for GPU memory range - Increase upper limit for batch ratio 16 from 24 to 32 GB
-
- 24 Jan, 2025 3 commits
-
-
Xiaomeng Zhao authored
docs(readme): update demo link
-
Xiaomeng Zhao authored
-
Xiaomeng Zhao authored
-
- 23 Jan, 2025 11 commits
-
-
Xiaomeng Zhao authored
master -> dev
-
myhloli authored
-
Xiaomeng Zhao authored
Release 1.1.0
-
Xiaomeng Zhao authored
docs(README): update online demo links
-
Xiaomeng Zhao authored
docs(README): update online demo links and enhance documentation readability
-
myhloli authored
- Update online demo links in both English and Chinese README files
-
Xiaomeng Zhao authored
docs(readme): update changelog for v1.1.0 release
-
myhloli authored
docs(readme): update changelog for v1.1.0 release- Update model capabilities: upgrade to latest doclayout_yolo(2501) and unimernet(2501) models - Improve performance: optimize resource usage and processing pipeline for faster parsing on high-end devices- Enhance parsing effects: add new heading classification feature to online demo - Refactor changelog structure for better readability and organization
-
Xiaomeng Zhao authored
feat(table-config): add sub_model configuration for rapid_table
-
Xiaomeng Zhao authored
feat(table-config): add sub_model configuration for rapid_table
-
myhloli authored
- Add sub_model configuration option for rapid_table model - Provide two sub_model options: slanet_plus and unitable
-
- 22 Jan, 2025 9 commits
-
-
Xiaomeng Zhao authored
docs(url): update Miners links in header
-
Xiaomeng Zhao authored
docs(url): update Miners links in header
-
myhloli authored
- Change Miners homepage link from 'https://mineru.org.cn/home?source=online' to 'https://mineru.net/home?source=online' - Change Miners client download link from 'https://mineru.org.cn/client?source=online' to 'https://mineru.net/client?source=online'
-
Xiaomeng Zhao authored
docs(readme):update readme for 1.1.0
-
myhloli authored
-
myhloli authored
- Add timing measurement for formula, text, and title optimization using LLM - Log the execution time for each LLM aided process
-
Xiaomeng Zhao authored
refactor(pdf_parse): uncomment char bbox validation logic
-
myhloli authored
- Add a check to return 0 when either bbox1_area or bbox2_area is zero - This prevents division by zero errors when calculating IoU
-
myhloli authored
- Restore commented code for filtering out characters with invalid bounding boxes - This change may affect the filtering of unnecessary characters in PDF parsing
-