converting pdf to image but after zooming in
问题 This link shows how pdf s could be converted to images. Is there a way to zoom my pdf s before converting to images? In my project, i am converting pdf s to png s and then using Python-tesseract library to extract text. I noticed that if I zoom pdf s and then save parts as png s then OCR provides much better results. So is there a way to zoom pdfs before converting to pngs? 回答1: I think that raising the quality (resolution) of your image is a better solution than zooming into the pdf. using