Templates
Templates are end-to-end, step-by-step guides for accomplishing a complete task with DocSlicer. Where the API reference documents individual objects and the concepts explain how the pieces work, a template is a recipe you can follow start to finish — combining parsing, chunking, hierarchy, and tables into a real workflow.
Each one is written to be copy-paste runnable: follow the steps in order and you'll have a working result by the end.
Available templates
- Building a RAG pipeline — parse a document, filter to the content you care about, embed the chunks, and store them in a vector database, ready to query.
More on the way
This section will grow with recipes for common end-to-end tasks — extracting and analysing tables, navigating long documents by hierarchy, and batch-processing a folder of files. Have one you'd like to see? Let us know.
If you're just getting started, begin with the Quickstart and the Overview — then come back here once you're ready to build a complete workflow.