An Introduction to the Aryn Partitioning Service#

You can use the Aryn Partitioning Service to easily chunk and extract data from complex documents. The Partitioning Service accepts PDF, Microsoft Word (.docx and .dox), and Microsoft PowerPoint (.pptx and .ppt) formats. It can extract paragraphs, tables and images. It returns detailed information about the components it has just identified in a JSON object. The following two sections will walk you through two examples where we segment PDF documents and extract a table and an image from those documents using the python aryn-sdk.

More examples#

Using the Partitioning Service with Sycamore#

You can checkout a notebook here to learn how to use the partitioning service with Aryn's Sycamore analytics engine. This notebook walks through an example where you can use Sycamore to transform your data and load it into a vector database.

Using the Partitioning Service with Langchain#

You can checkout a notebook here to learn how to use the partitioning service with Langchain.