1. 25 Feb, 2025 2 commits
  2. 24 Feb, 2025 3 commits
  3. 23 Feb, 2025 1 commit
  4. 22 Feb, 2025 1 commit
  5. 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
  6. 18 Feb, 2025 3 commits
  7. 14 Feb, 2025 1 commit
  8. 11 Feb, 2025 2 commits
  9. 10 Feb, 2025 2 commits
  10. 09 Feb, 2025 4 commits
  11. 08 Feb, 2025 2 commits
  12. 07 Feb, 2025 1 commit
  13. 27 Jan, 2025 2 commits
  14. 23 Jan, 2025 1 commit
  15. 22 Jan, 2025 3 commits
  16. 21 Jan, 2025 7 commits
  17. 20 Jan, 2025 2 commits
    • myhloli's avatar
      fix(ocr): improve ONNX model initialization and error handling · b3d60b96
      myhloli authored
      - Add key length validation for ONNX model initialization
      - Move import statements to the top of the file
      - Wrap model initialization in a try-except block for better error handling
      - Refactor code to improve readability and maintainability
      b3d60b96
    • myhloli's avatar
      feat(pdf_parse): remove tilted lines for better text extraction · ba6c17a9
      myhloli authored
      - Add remove_tilted_line function to filter out lines with angles between 2 and 88 degrees
      - Integrate the new function into the text extraction process
      - Improve the accuracy of text block processing by removing non-horizontal/vertical lines
      ba6c17a9