Unstructured-IO / Unstructured-IO/unstructured-api
After curl successfully obtains JSON data, how do I process data to obtain all text?
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 951
- Forks
- 192
- Avg merge
- 7d 8h
- Merged PRs (30d)
- 2
Description
I have a pdf file, and after I access the unstructured-api service with the curl command, I get a json file.
What should I do with this json file to get all the pdf content?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue mentions only the curl request and returned JSON; no source file, test, or entry point is identified. Start by locating the API response documentation and determine how PDF text is represented; done would be a documented, reproducible way to extract all content from that response.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- json
- Domain
- api, documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100