1. 19 Mar, 2025 1 commit
  2. 13 Mar, 2025 5 commits
  3. 11 Mar, 2025 2 commits
  4. 04 Mar, 2025 2 commits
  5. 03 Mar, 2025 9 commits
  6. 28 Feb, 2025 1 commit
    • myhloli's avatar
      feat(pdf_parse): implement multi-threaded page processing · 6ec440d6
      myhloli authored
      - Add ThreadPoolExecutor to process PDF pages in parallel
      - Create separate function for page processing to improve readability and maintainability
      - Include error handling for individual page processing tasks
      - Log total page processing time for performance monitoring
      6ec440d6
  7. 27 Feb, 2025 2 commits
  8. 26 Feb, 2025 3 commits
  9. 25 Feb, 2025 2 commits
  10. 24 Feb, 2025 3 commits
  11. 23 Feb, 2025 1 commit
  12. 22 Feb, 2025 1 commit
  13. 21 Feb, 2025 3 commits
    • myhloli's avatar
      fix(model): handle import errors and improve exception logging · 66f0899a
      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
      66f0899a
    • myhloli's avatar
      feat(model_init): implement license verification for Ascend plugin · d5f6fbc6
      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
      d5f6fbc6
    • myhloli's avatar
      refactor(magic_pdf): improve title optimization process · 54940c61
      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
      54940c61
  14. 18 Feb, 2025 3 commits
  15. 14 Feb, 2025 1 commit
  16. 11 Feb, 2025 1 commit
    • myhloli's avatar
      fix(model): move environment variable settings to global scope · f5112e21
      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
      f5112e21