You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**supplier_company_registrations** (List[[CompanyRegistrationField](#companyregistrationfield)]): List of company registrations associated to the supplier.
295
+
**supplier_company_registrations** (List[[CompanyRegistrationField](#companyregistrationfield)]): List of company registration numbers associated to the supplier.
295
296
296
297
```py
297
298
for supplier_company_registrations_elem in result.document.inference.prediction.supplier_company_registrations:
**customer_company_registrations** (List[[CompanyRegistrationField](#companyregistrationfield)]): List of company registrations associated to the customer.
295
+
**customer_company_registrations** (List[[CompanyRegistrationField](#companyregistrationfield)]): List of company registration numbers associated to the customer.
296
296
297
297
```py
298
298
for customer_company_registrations_elem in result.document.inference.prediction.customer_company_registrations:
**document_type** ([ClassificationField](#classificationfield)): The type of the document: INVOICE or CREDIT NOTE if it is an invoice, CREDIT CARD RECEIPT or EXPENSE RECEIPT if it is a receipt.
**supplier_company_registrations** (List[[CompanyRegistrationField](#companyregistrationfield)]): List of company registrations associated to the supplier.
431
+
**supplier_company_registrations** (List[[CompanyRegistrationField](#companyregistrationfield)]): List of company registration numbers associated to the supplier.
431
432
432
433
```py
433
434
for supplier_company_registrations_elem in result.document.inference.prediction.supplier_company_registrations:
**supplier_payment_details** (List[[PaymentDetailsField](#paymentdetailsfield)]): List of payment details associated to the supplier.
453
+
**supplier_payment_details** (List[[PaymentDetailsField](#paymentdetailsfield)]): List of payment details associated to the supplier (only for invoices).
453
454
454
455
```py
455
456
for supplier_payment_details_elem in result.document.inference.prediction.supplier_payment_details:
[📄](#page-level-fields"This field is only present on individual pages.")**document_side** ([ClassificationField](#classificationfield)): The sides of the document which are visible.
175
175
176
176
#### Possible values include:
177
-
- RECTO
178
-
- VERSO
179
-
- RECTO & VERSO
177
+
-'RECTO'
178
+
-'VERSO'
179
+
-'RECTO & VERSO'
180
180
181
181
```py
182
182
for document_side_elem in result.document.document_side:
@@ -187,8 +187,8 @@ for document_side_elem in result.document.document_side:
187
187
[📄](#page-level-fields"This field is only present on individual pages.")**document_type** ([ClassificationField](#classificationfield)): The document type or format.
188
188
189
189
#### Possible values include:
190
-
- NEW
191
-
- OLD
190
+
-'NEW'
191
+
-'OLD'
192
192
193
193
```py
194
194
for document_type_elem in result.document.document_type:
0 commit comments