"tests/vscode:/vscode.git/clone" did not exist on "82986ca0f74a20e1e20e84161735b4b51c609148"
  1. 07 Mar, 2025 1 commit
    • myhloli's avatar
      refactor(magic_pdf): replace PIL with NumPy for image processing · 1b34f7e4
      myhloli authored
      - Remove PIL usage across multiple files
      - Convert image processing functions to use NumPy arrays
      - Update crop_img function to work with NumPy arrays
      - Modify image loading and resizing to use NumPy and OpenCV
      - Clean up unused imports and comments related to PIL
      1b34f7e4
  2. 04 Mar, 2025 5 commits
  3. 03 Mar, 2025 19 commits
  4. 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
  5. 27 Feb, 2025 5 commits
  6. 26 Feb, 2025 8 commits
  7. 25 Feb, 2025 1 commit