Extract receipt fields
Use “Extract receipt fields” in Recued. Parse one dropped receipt or invoice (PDF / image / docx / scan) with the local docling tool and extract merchant, total, currency, tax, date, and payment method into a spreadsheet-ready CSV row. Returns the fields, a one-row CSV line to paste, and the raw extraction.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (19 steps)
source_ref
default
Apply default
has_source
compare
Check if source ref has data
from_event
compare
Check if setting source is empty
file_meta
?
skip: step.from_event equal false
defaults
defaults
Apply defaults
event_mime_parseable
compare
Check if event mime is one of application/pdf,image/png,image/jpeg,image/tiff,image/webp,application/vnd.openxmlformats-officedocument.wordprocessingml.document
parseable
any
Check if any of the conditions are true
should_parse
all
Check if all conditions are true
parsed
?
skip: step.should_parse equal false
file_ref
default
Apply default
has_file
compare
Check if file ref has data
extract
?
skip: step.has_file not_equal true
defaults_2
defaults
Apply defaults
verified
compare
Check if confidence is at least setting min confidence
review_flag
ternary
Apply ternary
row
merge
Combine objects together
csv_row
to_csv
Serialize rows as a CSV string
fields_table
to_table
Format results as a data table
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
source
setting
=
min confidence
setting
=
0.6
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.