WEBVTT

00:00:03.500 --> 00:00:20.400
In this tutorial, we set up a profile that
automatically reads the most important values from
incoming invoices - invoice number, date, and supplier
- and writes them to a CSV file that can be used
directly in Excel or your accounting software.

00:00:21.400 --> 00:00:24.400
First, give the profile a meaningful name.

00:00:25.400 --> 00:00:35.000
On the Monitored folders page, select the folder where
your invoices arrive. Every new PDF file placed there
is processed automatically.

00:00:36.000 --> 00:00:46.000
On the Example files page, add a few typical invoices.
They let you check right away whether the extraction
rules find the correct values.

00:00:47.000 --> 00:00:59.549
The centerpiece is the Data extraction page: here you
create one rule for each value you need - in our
example, invoice number, invoice date, and supplier.

00:01:00.549 --> 00:01:08.649
In the rule editor, you define how a value is found.
The easiest way is a keyword that appears in every
invoice.

00:01:09.649 --> 00:01:17.449
For the invoice number, the keyword Invoice Number is
all it takes - the program searches for it in the
document text.

00:01:18.449 --> 00:01:25.699
Then specify where the value is located relative to the
match - for invoice numbers, typically to the right of
the keyword.

00:01:26.699 --> 00:01:37.649
Back in the profile settings, the preview immediately
shows which values the rules extract from the example
files. This way you can see at a glance whether
everything fits.

00:01:38.649 --> 00:01:42.899
Now use the Add task button to add the task Save
extract.

00:01:43.899 --> 00:01:50.149
The task appears in the list and will write the
extracted values to a file for every processed invoice.

00:01:51.149 --> 00:01:54.499
Specify the folder where the output file should be
saved.

00:01:55.499 --> 00:02:04.049
A fixed name such as InvoiceData is all you need for
the filename - this creates the file InvoiceData dot
CSV.

00:02:05.049 --> 00:02:15.999
CSV is already preset as the file format.
Alternatively, XML and JSON are available, for example
for handing data over to other programs.

00:02:16.999 --> 00:02:29.999
The values to be saved are already preselected - all
three rules are checked. If needed, you can limit the
selection here; the order in the list determines the
column order.

00:02:30.999 --> 00:02:41.749
The collective CSV file is especially useful: instead
of one file per invoice, each new invoice is appended
to the same file as another row.

00:02:42.749 --> 00:02:51.599
With the CSV column headers option, the file starts
with a header row made up of the rule names - ideal for
evaluation in Excel.

00:02:52.599 --> 00:03:01.049
And that was the entire setup: from now on, every new
invoice ends up fully automatically as another row in
your CSV file.

