casper
back to apps
Aryn

Aryn

to use aryn with casper, just text and ask — casper will handle the connection from your thread.


description

Aryn is an AI-powered platform for document parsing, data extraction, and analytics, enabling users to process and query unstructured documents at scale.

what casper can do

  • Create DocSetTool to create a new docset. use when you need to allocate a storage container before adding documents.
  • Create DocSetTool to create a new docset. use when you need to allocate a storage container before adding documents.
  • Delete DocSetTool to delete a docset and all its documents. use after confirming the docset id, when you need to permanently remove a docset and its contents.
  • Generate planTool to generate a query plan without executing it. use when you need to review the logical plan before running your query (e.g., "generate a plan for revenue breakdown by region").
  • Get DocSet MetadataTool to retrieve metadata for a specific docset. use when you have the docset id and optionally need usage statistics.
  • Get Document by IDTool to retrieve a document by id. use after both docset and document ids are available.

often used together