Transactions
Ocrolus makes it easy to manage financial data by supporting various types of transactions when processing documents. Each attribute is linked to a unique identifier to track and obtain detailed insights into the financial activities. This setup allows you to easily access and handle different elements to make document processing and data analysis more efficient.
Attribute | Data type | Description |
---|---|---|
uploaded_docs | Map of Documents | Document PKs as keys mapped to corresponding Documents. This represents all the Documents in a Book. |
bank_accounts | Map of Bank Accounts | Bank Account PKs as keys mapped to corresponding Bank Accounts. This returns all the Bank Accounts captured in a Book. |
txns | List of Transactions | List of all the Transactions in a Book, listed by order captured. |
Updated 4 months ago