How Each Parsing Function Saves Ouput
Here is a table that describes the functions for parsing documents.
* If you save the results to a directory, the results are not returned as objects.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Explore the Parse v2 API, powered by our newest model, DPT-3. Get started!
| Function | # of Documents | Return Results as Object | Save Results | When to Use |
|---|---|---|---|---|
| parse_documents | Multiple | Yes | No | You want to parse multiple documents and return the output in the Terminal. |
| parse_and_save_documents | Multiple | No | Yes | You want to parse multiple documents and save the output as JSON files. |
| parse_and_save_document | 1 | Optional* | Optional* | You want to parse one document. |
Was this page helpful?