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. 17 Dec, 2024 1 commit
  3. 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
  4. 24 Oct, 2024 1 commit