Sidharth Sankar

Results 12 comments of Sidharth Sankar

You should not be needing the libs coming with torch for gpu support without having one. Try installing torch before unstructured libraries like this. ` > -f https://download.pytorch.org/whl/torch_stable.html torch==2.3.0+cpu `...

@NoamSternRedis Thank you for the response. I have come to terms with this now. We have our staging databases set up with the new Essentials databases. However, I don't fully...

Same error: certain files with ppm extension throws unidentified error on hires statergy **Packages** > python 3.12 > unstructured==0.16.10 > unstructured-client==0.28.1 > unstructured-inference==0.8.1 > pytesseract==0.3.13 > pillow==11.0.0 > unstructured.pytesseract==0.3.13

Same error python 3.12 **Packages** > unstructured==0.16.10 > unstructured-client==0.28.1 > unstructured-inference==0.8.1 > pytesseract==0.3.13 > pillow==11.0.0 > unstructured.pytesseract==0.3.13 **CODE:** > from PIL import Image as PILImage > from PIL import ImageFile...

@scanny Ha, My initial thought was the same. But saw the same error on fairly recent Pdfs as well. **relevant trace** ```python line 48, in partition_document partitions = partition_pdf( File...

@scanny Is there a way not to extract selected image formats?

One thing i noticed was that i couldn't replicate this on mac but only on linux containers or custom python containers.Could it be a specific version of poppler utils?

Installing torch-cpu before the unstructured libs should be of help. This will not install the nvidia gpu libs for pytorch. This is what i Have been doing to build lambda...