Quick Start
Under Review
This article is currently under review. Some content may be incomplete or inaccurate.
This guide walks you through processing your first document in DocAI Fabric.
Step 1: Create a Project
Projects define how documents are processed. Each project has its own classification rules, extraction fields, and workflow configuration.
- Open the application at https://app.docaifabric.com
- Click New Project in the sidebar
- Give your project a name (e.g., "Invoice Processing")
- Configure document classes (these are the types of documents you expect to receive)
Example: Invoice Project
Add a document class called "Invoice" with extraction fields:
| Field Name | Type | Description |
|---|---|---|
| Invoice Number | text | The unique invoice identifier |
| Invoice Date | date | Date the invoice was issued |
| Total Amount | number | The total amount due |
| Vendor Name | text | Name of the vendor/supplier |
Step 2: Upload Documents
- Navigate to your project
- Click New Transaction to create a processing batch
- Upload one or more document files (PDF, images, or multi-page scans)
Supported file formats:
- PDF: Single or multi-page
- Images: JPEG, PNG, TIFF
- Multi-document files: The splitter will detect document boundaries
Step 3: Process the Transaction
Once documents are uploaded, start processing:
-
Click Process on the transaction
-
The workflow engine will run each activity in sequence:
- Import → Files are ingested
- Convert → Files converted to processable format
- OCR → Text extracted from images
- Split → Document boundaries detected
- Classify → Documents categorized by type
- Extract → Structured data pulled from each document
-
Monitor progress in the transaction view
Step 4: Review Results
After processing completes:
- Open the transaction to see all documents
- Click on a document to view:
- Extracted fields with values and confidence scores
- Page images with bounding boxes showing where data was found
- Classification result and confidence
- Review and correct any extraction errors
- Approve or reject documents
What's Next?
- Projects: Learn about project configuration in detail
- Workflows: Customize your processing pipeline
- API Reference: Automate via the REST API