목록TIP (1)
Synchronized's Database
Convert PDF to docx using python
>>> from pdf2docx import Converter >>> pdf_file=('sample.pdf') >>> docx_file='sample.docx' >>> cv=Converter(pdf_file) >>> cv.convert(docx_file) [INFO] Start to convert sample.pdf [INFO] [1;36m[1/4] Opening document...[0m [INFO] [1;36m[2/4] Analyzing document...[0m [WARNING] Ignore Line "e.g. novel attacks" due to overlap [WARNING] Ignore Line "e.g. learning-based IDS" due to overlap [WARNING..
정보보안이야기/프로그래밍
2022. 8. 17. 20:55