Quick Start Guide
This guide walks you through the core termco workflow. By the end you will have created a processor, defined validation rules, processed documents, reviewed results, and generated a report.
Prerequisites
Section titled “Prerequisites”- A termco account with an active organization membership.
- At least one PDF document to process.
Step 1: Create a Processor
Section titled “Step 1: Create a Processor”A processor defines what data to extract from your documents.
- Navigate to Configure > Processors and click New Processor.
- Enter a name and optional description and tags.
- Add fields that correspond to the values you want to extract:
- Name — a descriptive identifier (e.g.
invoice_number,total_amount). - Type — choose from
text,number,money,date, orboolean. See Field Types for details. - Required — toggle on if the field must have a value.
- Name — a descriptive identifier (e.g.
- Click Save.
Step 2: Create a Contract
Section titled “Step 2: Create a Contract”A contract defines validation rules that run against extracted data.
- Navigate to Configure > Contracts and click New Contract.
- Enter a name for the contract.
- Click Add Logic Block to create an inline rule:
- Give it a name (e.g. “Total is positive”).
- Build the expression:
$total_amount > 0. - Set the severity —
error,warning, orinfo.
- Click Save.
- Return to your processor and associate this contract with it.
Step 3: Create a Job
Section titled “Step 3: Create a Job”A job processes a batch of documents through your processor.
- Navigate to Jobs and click New Job.
- Enter a name for the job.
- Select the processor you created in Step 1.
- Upload one or more PDF files.
- Click Submit.
The job will begin processing. You can watch the extraction and processing progress counters update on the job detail page.
Step 4: Review Results
Section titled “Step 4: Review Results”Once documents are processed, review the extracted data.
- Open the job and click on a document row to enter the results review page.
- The left panel shows extracted field values. The right panel shows the source PDF.
- Check each value against the PDF. If a value is incorrect, edit it inline.
- Review the validation results section to see which logic blocks passed or failed.
- When satisfied, click Confirm to mark the document as reviewed.
- Use the Previous / Next buttons to move through remaining documents.
Step 5: Generate a Report
Section titled “Step 5: Generate a Report”Reports aggregate data across one or more jobs.
- Navigate to Analyze > Reports and click New Report.
- Enter a name for the report.
- Add a data section and select your processor.
- Choose which jobs to include.
- Add line items — for example, a
totalof thetotal_amountfield. - Click Run to generate results.
- Export to CSV if needed.
Next Steps
Section titled “Next Steps”- Learn more about Processors and field configuration.
- Explore Logic Blocks for reusable validation rules.
- Set up Constants for lookup tables and controlled values.
- Review the Expression Syntax reference.