-
Hi,
I think I am unable to read the pdf file in the required format as it runs into an error when I try to read it through PdfReader
here is my code:
```
from pydrive.auth import GoogleAuth
…
-
Email failed to send: PdfFileReader is deprecated and was removed in PyPDF2 3.0.0. Use PdfReader instead.
Email failed to send: PdfFileMerger is deprecated and was removed in PyPDF2 3.0.0. Use PdfMer…
-
```
AttributeError: module 'PyPDF2' has no attribute 'PdfReader'
```
**Traceback**
```
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/streamlit/runtime/scri…
-
## Explanation
In [this PDF](https://www.mediafire.com/file/11b2ujksqviwhk1/laradiceuncompressed.pdf/file), `PdfWriter.remove_annotations()` doesn't succeed in removing the highlighting because app…
-
**Operating System**: (`Windows` or `Linux` or `MacOS`)
Windows 10
**DocFX Version Used**:
2.59.3.0
**Template used**: (`default` or `statictoc` or contain custom template)
Default
**Steps …
-
### Error string
ERROR: Failed to set up chrome-headless-shell v121.0.6167.85! Set "PUPPETEER_SKIP_DOWNLOAD" env variable to skip download.
### Background
I have a puppeteer project that I bu…
-
When importing
`import { PdfReader } from 'pdfreader';`
I am getting the following error:
```
ERROR in ./node_modules/pdfreader/index.js 3:9
Module parse failed: Unexpected token (3:9)
Yo…
-
### Issue you'd like to raise.
Hi there,
I am doing a research on creating a PDF reader AI which can answer users' questions based on the PDF uploaded and the prompt user entered. I got it so far…
-
Using this code for authorization
def authorize_gdocs():
google_oauth2_scopes = [
"https://www.googleapis.com/auth/drive.readonly",
"https://www.googleapis.com/auth/documents.…
-
API users are hitting this error on certain files.
```
PdfStreamError: Stream has ended unexpectedly
File "prepline_general/api/general.py", line 686, in pipeline_1
list(response_generato…