Skip to content

Creating Projects

Learn how to create and configure DeepTagger projects for document extraction.

What is a Project?

A project (also called fo or formula) defines: - What fields to extract - Training examples - Document type/format

Each project has a unique ID like fo_1759714105892.

Creating a New Project

  1. Navigate to Projects
  2. Dashboard → Projects
  3. Or go to /das/fos

  4. Click "New Project"

  5. Configure Project

  6. Name: Descriptive name (e.g., "Invoice Extraction")
  7. Description: What this project does (optional)

  8. Define Fields

  9. Click "Add Field"
  10. Field name: invoice_number, total, date, etc.
  11. Field type: Text, Number, Date, etc.

  12. Save Project

  13. Note the Project ID from URL
  14. You'll use this in n8n or API calls

Training the Project

See Training Best Practices

Using the Project

In n8n

Use the Project ID in the DeepTagger node configuration.

Via API

Pass the Project ID as fo_id parameter.

Next Steps