belmmost

Results 3 comments of belmmost

@liturrig - not in a straightforward way, but yes. If you're using "fast" for partition_pdf you only need ["pdf2image", "pdfminer", "PIL"] (you can explore [here](https://github.com/Unstructured-IO/unstructured/blob/432d209c36fe54f1d81e94680c34c614cf976e9a/unstructured/file_utils/model.py#L304C8-L304C42) ) So the way to...

If you're using "fast" strategy you can do without unstructured-inference. Depending on your project though this might break some things since inferences carries quite a few dependencies, see [here](https://github.com/Unstructured-IO/unstructured-inference/blob/main/requirements/base.in) -...

@arthurbrenno see here [#2976](https://github.com/Unstructured-IO/unstructured/issues/2976#issuecomment-2250000118)