Skip to content

Conversation

@sachin-ichake-Microsoft

Hi Team,The "pdf processing document" accelerator uses the python library "PyPDF2" in the "SplitFile" Azure Function. The most recent version of "PyPDF2,"  though, has changes that will invalidate the current code. You must make the changes listed below to get it running. Add PyPDF2<3.0 to requirement.txt in place of PyPDF2 OR 
Change function name
PdfFileWriter to PdfWriter
PdfFileReader to PdfReader

Hi Team,The "pdf processing document" accelerator uses the python library "PyPDF2" in the "SplitFile" Azure Function. The most recent version of "PyPDF2,"  though, has changes that will invalidate the current code. You must make the changes listed below to get it running. Add PyPDF2<3.0 to requirement.txt in place of PyPDF2
OR 
Change function name
PdfFileWriter to PdfWriter
PdfFileReader to PdfReader
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant