1. 13 Mar, 2025 2 commits
  2. 10 Mar, 2025 1 commit
  3. 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
  4. 17 Dec, 2024 1 commit
  5. 02 Dec, 2024 1 commit
    • myhloli's avatar
      fix: reduce maximum image size · b0529b6f
      myhloli authored
      - Decrease the maximum width and height from 9000 to 4500 pixels
      - This change aims to prevent excessive resource usage when rendering PDFs
      b0529b6f
  6. 24 Oct, 2024 1 commit