sfneal / PyPDF3

A utility to read and write PDFs with Python
https://pythonhosted.org/PyPDF2/
Other
72 stars 15 forks source link

Correct escape sequence #21

Closed serl closed 1 year ago

serl commented 1 year ago

Hello, We have a warning in our build due to an "invalid escape sequence":

image

This PR should fix it.

Thanks! 😊

EDIT: Actually, this was already fixed in PyPDF2 https://github.com/py-pdf/PyPDF2/issues/638