Unstructured-IO / unstructured-python-client

A Python client for the Unstructured hosted API
MIT License
82 stars 16 forks source link

feat/deprecation-explanation #171

Closed davidgilbertson closed 1 month ago

davidgilbertson commented 1 month ago

Is this package deprecated?

I'm new to unstructured, and when I go to "Python SDK" in the docs (which I assume is synonymous with "Python client" - there's so many names!) it tells me I shouldn't use this package, and should use the ingest Python library instead. image

So is this client package deprecated now, if so should it be stated clearly somewhere, in the readme?

And if not, why are there two package to do the same thing and no explanation (that I've found, yet) as to when I would pick one or the other.

...and then I see this video from 6 days ago using the client package that the docs say to not use.

I'm having a hard time working out what I need to actually install to just get started converting a PDF.

awalker4 commented 1 month ago

Hi @davidgilbertson , apologies for the confusion! This project is still active. Our intent with that note was to nudge people towards the ingest tool for batch processing use cases. I'll chat with the team about clarifying the docs. The TLDR is:

If you have a single pdf that you want to try out, you can copy the example snippet in the readme here. You can just as easily run an ingest command to process the pdf from a source folder, and this may be ideal if you want to test out more docs in the same folder.

Let me know if this helps! We're also happy to chat through your use case on our community slack.