Skip to content

How-to guides

Task-oriented recipes for the questions you'll have once the server is running. Each guide answers exactly one question. For learning the project end-to-end, see the tutorials.

Setup

Operate

Develop

Choosing the right read tool

SaldeoSMART has multiple read paths with overlapping shapes. Pick by the question you're answering:

Question Tool
"What's been added recently?" list_documents (policy: LAST_10_DAYS / LAST_10_DAYS_OCRED / SALDEO)
"Find one specific document by ID/number/NIP/GUID." search_documents
"Page through everything from a folder." get_document_id_listget_documents_by_id (3.0)
"Show sales invoices issued." list_invoices
"Fetch invoices by a list of IDs." get_invoice_id_listget_invoices_by_id (3.0)
"What did OCR extract?" list_recognized_documents
"List contractors / employees / bank statements." list_contractors / list_employees / list_bank_statements