1. 13 Mar, 2025 5 commits
  2. 11 Mar, 2025 2 commits
  3. 04 Mar, 2025 2 commits
  4. 03 Mar, 2025 9 commits
  5. 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
  6. 27 Feb, 2025 2 commits
  7. 26 Feb, 2025 3 commits
  8. 25 Feb, 2025 2 commits
  9. 24 Feb, 2025 3 commits
  10. 23 Feb, 2025 1 commit
  11. 22 Feb, 2025 1 commit
  12. 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
  13. 18 Feb, 2025 3 commits
  14. 14 Feb, 2025 1 commit
  15. 11 Feb, 2025 2 commits