-
### What happened?
Hello,
Method: driver.print_page
Issue: does not ahere to selenium.webdriver.common.print_page_options.PrintOptions declared page_height and page_width
Recently attempted…
-
**When will the next version be released?**
Hello,
I'm using pdfplumber which is built on the PyPi version of pdfminer.six, and I'd like to use the Bezier curves feature, but it's not available o…
-
pdfminer3k has not had a release in almost 3 years, and according to their [repo](https://github.com/jaepil/pdfminer3k), the code hasn't been updated in about 7 years. [pdfminer.six](https://github.c…
-
**Describe the bug**
[google-2023-environmental-report_condensed.pdf](https://github.com/Unstructured-IO/unstructured/files/13329418/google-2023-environmental-report_condensed.pdf) causes a partiti…
-
### Description
The client fails to establish a Websocket connection with the server. Installing [`daphne`](https://pypi.org/project/daphne/) and adding it to `INSTALLED_APPLICATIONS` inside [`src/…
-
Kovid Goyal announced that Calibre will switch to Python3 in the near future, and plugins need to be adjusted to work with Python 3: https://www.mobileread.com/forums/showthread.php?t=325721
Are th…
-
**Describe the bug**
PDF text extraction by `pdfminer` works differently in unstructured repo and unstructured-inference repo.
**To Reproduce**
PDF: [algebra-graph-level1-1.pdf](https://github.co…
-
- [x] I have tried using the latest released version of Numba (most recent is
visible in the release notes
(https://numba.readthedocs.io/en/stable/release-notes-overview.html).
According to…
-
**Describe the bug**
When I run the code to verify the installation, I get an error.
Code:
from unstructured.partition.pdf import partition_pdf
partition_pdf("example-docs/layout-parser-paper-fa…
-
```py
import langroid as lr
from langroid.language_models import Role, LLMMessage
cfg = lr.language_models.OpenAIGPTConfig(
chat_model = lr.language_models.OpenAIChatModel.GPT4
)
mdl = lr.…