unstructured/docs/source/best_practices.rst

18 lines
543 B
ReStructuredText
Raw Permalink Normal View History

2023-09-09 18:54:01 -07:00
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
2023-09-09 18:54:01 -07:00
.. toctree::
:maxdepth: 1
best_practices/strategies
best_practices/models
best_practices/table_extraction_pdf