1. 21 Feb, 2025 2 commits
    • 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
  2. 19 Feb, 2025 1 commit
  3. 18 Feb, 2025 9 commits
  4. 17 Feb, 2025 1 commit
  5. 14 Feb, 2025 10 commits
  6. 13 Feb, 2025 6 commits
  7. 11 Feb, 2025 3 commits
  8. 10 Feb, 2025 2 commits
  9. 09 Feb, 2025 5 commits
  10. 08 Feb, 2025 1 commit
    • myhloli's avatar
      feat(pdf_parse): improve OCR processing and contrast filtering · 9f18ca20
      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
      9f18ca20