- 21 Feb, 2025 6 commits
-
-
Xiaomeng Zhao authored
fix(model): handle import errors and improve exception logging
-
myhloli authored
- Add ImportError handling to silence known import-related exceptions - Improve generic exception handling to log error messages- Maintain existing specific exception handlers for license-related issues
-
Xiaomeng Zhao authored
feat(model_init): implement license verification for Ascend plugin
-
myhloli authored
- Add license verification logic for Ascend plugin - Handle different license-related exceptions with appropriate error messages - Log success message with license expiration date if verification passes - Fall back to CPU model if license verification fails or plugin is not available
-
Xiaomeng Zhao authored
refactor(magic_pdf): improve title optimization process
-
myhloli authored
- Update instructions for AI-generated titles optimization - Use ast.literal_eval() instead of json.loads() for parsing completion content - Refactor variable names and logging for better code readability- Add error handling for JSON decoding issues
-
- 19 Feb, 2025 2 commits
-
-
Xiaomeng Zhao authored
docs(windows): add numpy version limit for CUDA installation
-
Xiaomeng Zhao authored
-
- 18 Feb, 2025 9 commits
-
-
Xiaomeng Zhao authored
fix: ut
-
Xiaomeng Zhao authored
Fix/caption match
-
myhloli authored
- Add numpy version limit (<2.0.0) in the pip installation command for Windows CUDA acceleration - Update both English and Chinese versions of the README
-
icecraft authored
-
myhloli authored
- Add installation of paddle_custom_npu wheel for Ascend NPU support - Update Dockerfile to include new package installation step
-
icecraft authored
-
icecraft authored
-
Xiaomeng Zhao authored
fix: caption match algorithm
-
icecraft authored
-
- 17 Feb, 2025 1 commit
-
-
Xiaomeng Zhao authored
Update web_api
-
- 14 Feb, 2025 10 commits
-
-
shniubobo authored
-
shniubobo authored
-
shniubobo authored
-
shniubobo authored
-
shniubobo authored
Also add some documentation.
-
shniubobo authored
-
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 1 commit
-
-
Xiaomeng Zhao authored
feat(pdf_parse): improve OCR processing and contrast filtering
-