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

# Introduction

A powerful set of scripts for standardizing large collections of books, papers + other published documents.

We use a combination of local + cloud OCR, Vision Language Models (VLM) and Large Language Models (LLM) to extract and intelligently generate metadata + filenames.

This project is a work-in-progress, as both a tool and a learning project for AI-led agentic development.

<div className="intro-code-block">
  ### Before

  <pre>
    <code>
      <span className="tree-line">├──</span> Androids Dream of Electric Sheep\_\_English-242L.pdf
      <span className="tree-line">├──</span> Quantum Computing Introduction MITPRESS\_2011.pdf
      <span className="tree-line">├──</span> Complexity ihn Physics- .pdf
      <span className="tree-line">├──</span> GOODFELLOW\_AVIAN (books about birds).pdf
      <span className="tree-line">├──</span> j.physrep.2024.01.012.pdf
      <span className="tree-line">└──</span> 10.1007-978-3-031-04083-2.pdf
    </code>
  </pre>

  ### After

  <pre>
    <code>
      <span className="tree-line">├──</span> Do Androids Dream of Electric Sheep, (Philip K. Dick), Doubleday, (1968).pdf
      <span className="tree-line">├──</span> A Gentle Introduction to Quantum Computing, (Eleanor Rieffel), MIT Press, (2011).pdf
      <span className="tree-line">├──</span> More Than the Sum of the Parts, Complexity in Physics and Beyond, (Helmut Satz), Oxford University Press, (2022).pdf
      <span className="tree-line">├──</span> Avian Architecture, (Peter Goodfellow), Princeton University Press, 2nd Ed, (2024).pdf
      <span className="tree-line">├──</span> Quantum Phase Transitions in Driven Systems, (Smith et al.), Physical Review, (2024).pdf
      <span className="tree-line">└──</span> Emergence in Complex Networks, (Lee Johnson), arXiv, (2024).pdf
    </code>
  </pre>
</div>

<Note>
  This project is a work-in-progress:

  * Back up your PDFs
  * Run the scripts iteratively on a small subset of your collection before scaling up
  * Monitor your cloud API costs: Displayed costs are only estimates
</Note>

<Card title="Quickstart" icon="rocket" href="/getting-started/quickstart">
  Get up and running quickly
</Card>

<CardGroup>
  <Card title="Key Concepts" icon="compass" href="/key-concepts/overview">
    The main ideas behind the project
  </Card>

  <Card title="Use Cases" icon="lightbulb" href="/getting-started/use-cases">
    Is this project right for you?
  </Card>
</CardGroup>
