-
Hi
when using update_page_form_field_values special characters (æ,ø,å in denmark) is not correct encoded. ø bcomes ø
I tried to use the function update_page_form_field_values from PyPDF2 versi…
-
In version 0.6.8 and and 0.6.9, PDFReader dependency has changed to pypdf instead of PyPDF2. pypdf is not the up to date and doesn't read the pdf properly. please revert it back to PyPDF2
-
Hello,
I am interested in serving images, present in a page along with the query.
Now, using something like PyPdf2 or PdfMiner, I can extract the images present in each page, then match the source…
-
### Before You Report a Bug, Please Confirm You Have Done The Following...
- [X] I have updated to the latest version of the packages.
- [X] I have searched for both [existing issues](https://github.…
-
There should be a way to rotate documents. Often times they're posted sideways, which is super frustrating for users and generating the page as the canonical place to view documents.
Ex: https://www.…
-
when and why do i get this error any work around for this case
```
KeyError Traceback (most recent call last)
in ()
9 page_content= ''
10 fo…
-
Following the readme on my Arch linux setup yields the following error:
```sh
$ ./ollama run llama2
Error: could not connect to ollama server, run 'ollama serve' to start it
```
Steps to repr…
-
### What were you trying to do?
Latest version tries to import PDFTextSeq from package pdfminer.
Tried on Python 3.9 and 3.11 with the same error.
This is list of installed pip packages:
```
…
-
### Issue you'd like to raise.
Hi there,
I am creating a simple PDF reading application where I want to push my embeddings into Pinecone.
Here is my code:
## Imports
import streamlit as st
…
-
### Aim
The aim of this Python script is to provide a user-friendly command-line tool that allows users to merge two PDF files into a single consolidated PDF document. By utilizing the PyPDF2 library…