Utilize structured column types to manage complexity in your document pipelines
text
and number
would help you extract the invoice addressee and the total amount due. But what if you wanted to parse the invoice table? Using primitive types, you would have to add a text column and three number columns to capture the description, time, price and total for every row. Even if you know ahead of time how many rows there will be in the invoice, this is a time-consuming process that should be easier.
With list
and object
column types, extracting an invoice table requires creating just a single operation!
list
and object
operations in action, head over to the Trellis dashboard and create a new project. Select “Start from scratch”, name your project and select “File Upload”.