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
|
import shutil
|
||||||
from glob import glob
|
from glob import glob
|
||||||
|
|
||||||
from pyPdf import PdfFileReader
|
from PyPDF2 import PdfFileReader
|
||||||
import stdnum.isbn
|
import stdnum.isbn
|
||||||
|
|
||||||
import settings
|
import settings
|
||||||
|
|
|
@ -4,4 +4,4 @@ chardet
|
||||||
html5lib
|
html5lib
|
||||||
ox
|
ox
|
||||||
python-stdnum==0.9
|
python-stdnum==0.9
|
||||||
pyPdf==1.13
|
PyPDF2==1.23
|
||||||
|
|
Loading…
Reference in a new issue