# Unstructured Expanded
The `unstructured_expanded` library is a wrapper around the `unstructured` open source library to add image-extraction capabilities to the API.
Its only purpose is to provide a more complete API for the `unstructured` library, since the library maintainers of the open source project
have chosen to lock image extraction for office documents behind a paywall.
## Quick-Start
This library is meant to be used in conjunction with the `unstructured` library.
Versions of this library are equivalent to the `unstructured` library version they are based on.
```shell
# Install the variant of unstructured with everything you need support for
pip install unstructured["all-docs"]
# Install the unstructured_expanded library on top of it
pip install unstructured_expanded
```
## License
See the licensing information in the [LICENSE](LICENSE) file.
## Citation
If you use this library in your research, please include a citation:
```bibtex
@misc{unstructured_expanded,
title={Unstructured_expanded: A Python Library for Extracting Text and Images from Documents using the unstructured API.},
author={Kogan, Isaac},
year={2024},
url={https://github.com/isaackogan/unstructured_expanded}
}
```
Raw data
{
"_id": null,
"home_page": "https://github.com/isaackogan/unstructured_expanded",
"name": "unstructured-expanded",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "nlp, natural language processing, text, documents, images, image extraction, pdf, docx, pptx, semantic, semantic analysis, semantic parsing, semantic extraction, unstructured",
"author": "Isaac Kogan",
"author_email": "info@isaackogan.com",
"download_url": "https://files.pythonhosted.org/packages/fc/12/2bcd8021d9aa2ffaf212c3f0674828b9c0f81099b91bfcb979567174d33a/unstructured_expanded-0.16.4.post4.tar.gz",
"platform": null,
"description": "# Unstructured Expanded\n\nThe `unstructured_expanded` library is a wrapper around the `unstructured` open source library to add image-extraction capabilities to the API.\n\nIts only purpose is to provide a more complete API for the `unstructured` library, since the library maintainers of the open source project\nhave chosen to lock image extraction for office documents behind a paywall.\n\n## Quick-Start\n\nThis library is meant to be used in conjunction with the `unstructured` library.\n\nVersions of this library are equivalent to the `unstructured` library version they are based on.\n\n```shell\n# Install the variant of unstructured with everything you need support for\npip install unstructured[\"all-docs\"]\n\n# Install the unstructured_expanded library on top of it\npip install unstructured_expanded\n```\n\n## License\n\nSee the licensing information in the [LICENSE](LICENSE) file.\n\n## Citation\n\nIf you use this library in your research, please include a citation:\n\n```bibtex\n@misc{unstructured_expanded,\n title={Unstructured_expanded: A Python Library for Extracting Text and Images from Documents using the unstructured API.},\n author={Kogan, Isaac},\n year={2024},\n url={https://github.com/isaackogan/unstructured_expanded}\n}\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Expansion to the unstructured package, adding support for image extraction.",
"version": "0.16.4.post4",
"project_urls": {
"Homepage": "https://github.com/isaackogan/unstructured_expanded"
},
"split_keywords": [
"nlp",
" natural language processing",
" text",
" documents",
" images",
" image extraction",
" pdf",
" docx",
" pptx",
" semantic",
" semantic analysis",
" semantic parsing",
" semantic extraction",
" unstructured"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "cd58f8e4a127ff398993eaa25c5b721c8efb2a7e22e277a612d73593c30384fe",
"md5": "d481ed6b683883a70b5320d138c0dc65",
"sha256": "4dbd46d7a3e6f9950d4066909f1a705ccb0983c67fceae587ee7b852930bf3ae"
},
"downloads": -1,
"filename": "unstructured_expanded-0.16.4.post4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d481ed6b683883a70b5320d138c0dc65",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 8449,
"upload_time": "2024-11-08T00:48:21",
"upload_time_iso_8601": "2024-11-08T00:48:21.335045Z",
"url": "https://files.pythonhosted.org/packages/cd/58/f8e4a127ff398993eaa25c5b721c8efb2a7e22e277a612d73593c30384fe/unstructured_expanded-0.16.4.post4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fc122bcd8021d9aa2ffaf212c3f0674828b9c0f81099b91bfcb979567174d33a",
"md5": "8593f082bc07dd5d3a0f539842260800",
"sha256": "e0c0f00ad0c52871994bfae80172dd581e71e2dfe312754c583d71214d49cff7"
},
"downloads": -1,
"filename": "unstructured_expanded-0.16.4.post4.tar.gz",
"has_sig": false,
"md5_digest": "8593f082bc07dd5d3a0f539842260800",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 6968,
"upload_time": "2024-11-08T00:48:22",
"upload_time_iso_8601": "2024-11-08T00:48:22.972501Z",
"url": "https://files.pythonhosted.org/packages/fc/12/2bcd8021d9aa2ffaf212c3f0674828b9c0f81099b91bfcb979567174d33a/unstructured_expanded-0.16.4.post4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-08 00:48:22",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "isaackogan",
"github_project": "unstructured_expanded",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "unstructured-expanded"
}