mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-10-14 01:24:27 +00:00

* add getting started section to the docs * remove old examples * update example notebook * change to convert_to_dict * various and sundry edits
30 lines
656 B
ReStructuredText
30 lines
656 B
ReStructuredText
Document Parsing
|
|
================
|
|
|
|
The ``unstructured`` library is designed to help preprocess structure unstructured text documents
|
|
for use in downstream machine learning tasks. Examples of documents that can be processes
|
|
using the ``unstructured`` library include PDFs, XML and HTML documents.
|
|
|
|
Library Documentation
|
|
---------------------
|
|
|
|
:doc:`installing`
|
|
How to install the ``unstructured`` library
|
|
|
|
:doc:`examples`
|
|
Examples of how to use the library to parse different document types
|
|
|
|
|
|
.. Hidden TOCs
|
|
|
|
.. toctree::
|
|
:caption: Library Documentation
|
|
:maxdepth: 2
|
|
:hidden:
|
|
|
|
installing
|
|
getting_started
|
|
elements
|
|
bricks
|
|
examples
|