Skip to main content

Project Tree

Generated file. Do not edit manually. Regenerate with: npm run docs:tree

.
|-- docs
| |-- repository
| |-- ARCHITECTURE.md
| +-- REPOSITORY.md
|-- documentation
| |-- blog
| | |-- 2021-08-26-welcome
| | | |-- docusaurus-plushie-banner.jpeg
| | | +-- index.mdx
| | |-- 2019-05-28-first-blog-post.mdx
| | |-- 2019-05-29-long-blog-post.mdx
| | |-- 2021-08-01-mdx-blog-post.mdx
| | |-- authors.yml
| | +-- tags.yml
| |-- docs
| | |-- ARCHITECTURE.md
| | |-- README.md
| | +-- REPOSITORY.md
| |-- src
| | |-- components
| | | +-- HomepageFeatures
| | | |-- index.tsx
| | | +-- styles.module.css
| | |-- css
| | | +-- custom.css
| | +-- pages
| | |-- index.module.css
| | |-- index.tsx
| | +-- markdown-page.mdx
| |-- static
| | |-- img
| | | |-- docusaurus.png
| | | |-- docusaurus-social-card.jpg
| | | |-- favicon.ico
| | | |-- logo.svg
| | | |-- undraw_docusaurus_mountain.svg
| | | |-- undraw_docusaurus_react.svg
| | | +-- undraw_docusaurus_tree.svg
| | +-- .nojekyll
| |-- .gitignore
| |-- docusaurus.config.ts
| |-- package.json
| |-- package-lock.json
| |-- README.md
| |-- sidebars.ts
| +-- tsconfig.json
|-- scripts
| |-- generate-project-tree.ps1
| +-- sync-docusaurus-docs.ps1
|-- src
| |-- ai
| | |-- embedding-result.ts
| | |-- index.ts
| | |-- processing-result.ts
| | +-- search-result.ts
| |-- common
| | |-- api-error.ts
| | |-- audit-info.ts
| | |-- base-record.ts
| | |-- cursor-pagination.ts
| | |-- external-reference.ts
| | |-- index.ts
| | |-- money.ts
| | |-- pagination.ts
| | |-- schema-version.ts
| | +-- timestamp.ts
| |-- connectors
| | |-- connector-capabilities.ts
| | |-- connector-definition.ts
| | |-- connector-file.ts
| | |-- connector-provider.ts
| | |-- connector-sync-result.ts
| | |-- downloaded-file.ts
| | +-- index.ts
| |-- documents
| | |-- document-classification.ts
| | |-- document-entity.ts
| | |-- document-metadata.ts
| | |-- document-processing-result.ts
| | |-- document-source.ts
| | |-- document-type.ts
| | |-- entity-type.ts
| | |-- index.ts
| | |-- normalized-document.ts
| | |-- parsed-content.ts
| | +-- raw-document.ts
| |-- events
| | |-- batch-processing-result.ts
| | |-- event-metadata.ts
| | |-- event-status.ts
| | |-- index.ts
| | |-- ingestion-event.ts
| | |-- processing-context.ts
| | +-- workflow-step.ts
| |-- extraction
| | |-- extracted-invoice.ts
| | |-- extracted-receipt.ts
| | |-- extraction-result.ts
| | +-- index.ts
| +-- index.ts
|-- .gitignore
|-- package.json
|-- package-lock.json
|-- README.md
+-- tsconfig.json