Skip to content

Instantly share code, notes, and snippets.

View alephpi's full-sized avatar
🌏

润心 alephpi

🌏
View GitHub Profile
@alephpi
alephpi / clean_pdf.py
Created February 25, 2024 16:09
pdf clean script
import fitz # PyMuPDF
import os
from PIL import Image
from tqdm import tqdm
import cv2
import numpy as np
import img2pdf
H = 1280
def pdf_to_png(*args):