mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-08 17:46:54 +00:00

To test: > cd docs && make html Change logs: * Examples are reorganized to have its own page * Removed two old examples, ie. "file-utils" & "sentiment analysis". * Added two examples: "RAG with Unstructured, LangChain, and ChromaDB" & "Multi-Files Processing with S3 Connector and API" * Reorganized and added detailed API documentation: (i) usage, (ii) SDKs, (iii) Azure Marketplace, (iv) AWS Marketplace, (v) parameters and validation errors
17 lines
504 B
ReStructuredText
17 lines
504 B
ReStructuredText
Best Practices
|
|
==============
|
|
|
|
Unstructured offers a few strategies and models to extract document information. These best practices are intended to provide guidelines to configure the ``strategy`` and ``model`` configurations to optimize document information extraction.
|
|
|
|
High-level overview of available strategies and models in ``Unstructured`` library:
|
|
|
|
.. image:: imgs/strategy.png
|
|
:width: 1000
|
|
:alt: strategy
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
best_practices/strategies
|
|
best_practices/models
|