-
Using the wealth of unstructured.io‘s import formats would be a perfect fit to be added to private-gpt.
Would that be feasable/fit your plans?
Any hint welcome.
thx
r
-
**Describe the bug**
Using the latest version of unstructured produces the error "ModuleNotFoundError: No module named 'unstructured.txtgest" when using unstructured-ingest from command line.
**T…
-
I am getting this weird error where it says Failed to upload document. Please upload an unstructured text document.
I can confirm my api key is valid and has credits
chain-server logs->>>
2024-10-22…
-
### Self Checks
- [X] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general).
- [X] I have s…
-
### Is your feature request related to a problem?
Hello all. First, thanks for this amazing library!
I'm working with unstructured data ( points that are not in a grid ), and I want to interpola…
-
**Describe the bug**
User gets a `TesseractError` when processing a particular document.
**To Reproduce**
Code was an API call with a certain image-based document.
**Expected behavior**
Docum…
-
I have logs that are mostly json, but some logs come from system calls that can't be structured. It would be nice if I could set a rule that allowed me to capture the whole log and put it for example …
-
Hello,
Is there a way to install the library unstructured[pdf] in lightweight format just to use "fast" strategy without all other dependencies?
Thank you in advance for your support.
-
```
[](https://localhost:8080/#) in extract_data_from_pdf(pdf_path)
57 # Function to extract text using the unstructured library
58 def extract_data_from_pdf(pdf_path):
---> 59 eleme…
-
We use a logger in a lot of places in this repo, which is good! To make this structured logging as useful as it can be, the `event` argument (usually the first unnamed arg) should be a static string …