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¶
- Navigate to Projects
- Dashboard → Projects
-
Or go to
/das/fos
-
Click "New Project"
-
Configure Project
- Name: Descriptive name (e.g., "Invoice Extraction")
-
Description: What this project does (optional)
-
Define Fields
- Click "Add Field"
- Field name:
invoice_number
,total
,date
, etc. -
Field type: Text, Number, Date, etc.
-
Save Project
- Note the Project ID from URL
- You'll use this in n8n or API calls
Training the Project¶
Using the Project¶
In n8n¶
Use the Project ID in the DeepTagger node configuration.
Via API¶
Pass the Project ID as fo_id
parameter.