1. 04 Mar, 2025 1 commit
  2. 24 Feb, 2025 1 commit
  3. 21 Feb, 2025 1 commit
    • 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
  4. 17 Jan, 2025 1 commit
  5. 16 Jan, 2025 1 commit
  6. 15 Jan, 2025 1 commit
  7. 14 Jan, 2025 1 commit
  8. 03 Jan, 2025 1 commit
    • myhloli's avatar
      feat(model): add onnxruntime support for paddleocr on cpu · 512adb67
      myhloli authored
      - Implement ONNXModelSingleton to manage ONNX models
      - Modify ModifiedPaddleOCR to use ONNX models on ARM CPUs without CUDA
      - Update RapidTableModel to use RapidOCR with ONNXRuntime on CPU
      - Add rapidocr_onnxruntime dependency in setup.py
      512adb67
  9. 25 Dec, 2024 2 commits
    • myhloli's avatar
      refactor(magic_pdf): remove unnecessary logging statements · 192047a1
      myhloli authored
      - Comment out logging statements for title list, title completion, and length comparison
      - Improve code readability and reduce clutter by removing unused debug information
      192047a1
    • myhloli's avatar
      feat(llm_aided): add title optimization feature · 0a468eca
      myhloli authored
      - Implement llm_aided_title function to optimize document titles using LLM
      - Update pdf_parse_union_core_v2.py to include title optimization
      - Modify ocr_mkcontent.py to use optimized title levels- Add openai SDK dependency in setup.py
      0a468eca
  10. 24 Dec, 2024 1 commit
    • myhloli's avatar
      feat(llm): add LLM-aided formula and text correction · c660fdc8
      myhloli authored
      - Add LLM-aided formula and text correction functionality
      - Update config reader to include LLM-aided settings
      - Create new LLM-aided processing module
      - Update main processing script to incorporate LLM-aided corrections
      - Modify download scripts to check for new config version
      c660fdc8
  11. 12 Dec, 2024 1 commit
  12. 26 Nov, 2024 1 commit
  13. 19 Nov, 2024 1 commit
  14. 11 Apr, 2024 1 commit
  15. 05 Mar, 2024 1 commit
  16. 01 Mar, 2024 1 commit