I created this project to automate the creation of Excel spreadsheets based on data from PDF documents. The goal was to extract a person's phone number, name and email from a PDF file full of ...
python pdf_to_image.py input.pdf output_folder/ --format jpg --dpi 150 python pdf_to_image.py input.pdf output_folder/ -f png -d 200 --start 1 --end 5 input_path: Đường dẫn file PDF. output_folder: ...