Begins the process of AI-powered invoices

This commit is contained in:
Bryce
2023-08-02 22:34:56 -07:00
parent 7ed6a11ffd
commit 460e2077b9
9 changed files with 599 additions and 88 deletions

View File

@@ -2112,4 +2112,19 @@
:db/cardinality :db.cardinality/one
:db/unique :db.unique/identity}
{:db/ident :textract-invoice/job-id
:db/doc "The Textract job id used to parse the pdf"
:db/valueType :db.type/string
:db/cardinality :db.cardinality/one
:db/unique :db.unique/identity}
{:db/ident :textract-invoice/textract-status
:db/doc "The raw textract status, e.g., SUCCEEDED, IN_PROGRESS"
:db/valueType :db.type/string
:db/cardinality :db.cardinality/one}
{:db/ident :textract-invoice/pdf-url
:db/doc "A url to the pdf on s3"
:db/valueType :db.type/string
:db/cardinality :db.cardinality/one}
]