- 14 Feb, 2025 4 commits
-
-
shniubobo authored
-
utopia2077 authored
-
Xiaomeng Zhao authored
fix(pdf_parse): Fixed the issue where some headings were missing in certain complex layouts.
-
myhloli authored
-
- 13 Feb, 2025 6 commits
-
-
Xiaomeng Zhao authored
docs(readme): update Docker run commands and environment setup
-
myhloli authored
-
Xiaomeng Zhao authored
build(deps): update dependency versions
-
myhloli authored
- Update PaddlePaddle from 3.0.0b1 to 3.0.0rc1 in Dockerfiles - Update RapidOCR dependencies to specific versions in requirements.txt files - Update requirements for all Docker configurations (china, global, ascend_npu)
-
myhloli authored
- Update PaddlePaddle to 3.0.0rc1 for Linux and macOS
-
myhloli authored
- Update rapidocr-paddle dependency to version >=1.4.5, <2.0.0- Update rapidocr_onnxruntime dependency to version >=1.4.4, <2.0.0
-
- 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 10 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
-