use PyPDF2
This commit is contained in:
parent
de68f4c4c4
commit
8c6164e0c4
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ import os
|
|||
import shutil
|
||||
from glob import glob
|
||||
|
||||
from pyPdf import PdfFileReader
|
||||
from PyPDF2 import PdfFileReader
|
||||
import stdnum.isbn
|
||||
|
||||
import settings
|
||||
|
|
|
@ -4,4 +4,4 @@ chardet
|
|||
html5lib
|
||||
ox
|
||||
python-stdnum==0.9
|
||||
pyPdf==1.13
|
||||
PyPDF2==1.23
|
||||
|
|
Loading…
Reference in a new issue