> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aryn.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Example Code to Use Aryn DocParse

Please see the following notebooks for example Aryn DocParse code.

<CardGroup cols={2}>
  <Card title="Using the Aryn Platform" icon="database" href="https://github.com/aryn-ai/docs/blob/main/example-code/ArynSDKIntro.ipynb">
    Using the Aryn-SDK to call the Aryn Platform
  </Card>

  <Card title="Table Extraction from PDFs using DocParse" icon="table" href="https://colab.research.google.com/drive/1Qpd-llPC-EPzuTwLfnguMnrQk0eclyqJ?usp=sharing">
    Use DocParse to extract tables from a 10k document
  </Card>

  <Card title="DocParse Step-by-Step Output Walkthrough" icon="person-walking" href="https://colab.research.google.com/drive/120STOQ5wGIpFUbgS7Gcld_PVW-CfLWOg">
    Walking through the output of a document using DocParse
  </Card>

  <Card title="Using the Aryn-SDK to call DocParse" icon="rectangle-terminal" href="https://github.com/aryn-ai/sycamore/blob/main/notebooks/ArynPartitionerPython.ipynb">
    Using the Aryn-SDK to call DocParse
  </Card>

  <Card title="Using Sycamore to call DocParse" icon="tree" href="https://github.com/aryn-ai/sycamore/blob/main/notebooks/pinecone-writer.ipynb">
    Using Aryn's Sycamore analytics engine to call DocParse. This notebook walks through an example where you can use Sycamore to transform your data and load it into a vector database.
  </Card>

  <Card title="Using DocParse and Langchain" icon="link" href="https://github.com/aryn-ai/sycamore/blob/main/notebooks/ArynPartitionerWithLangchain.ipynb">
    Use DocParse with Langchain to extract text from a PDF and to run a language model on it.
  </Card>
</CardGroup>
