Skip to content

Commit 9f33591

Browse files
update cli entries
1 parent 21d087c commit 9f33591

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

bin/mindee.rb

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
description: 'Invoice',
4242
doc_class: Mindee::Product::Invoice::InvoiceV4,
4343
sync: true,
44-
async: false,
44+
async: true,
4545
},
4646
"international-id" => {
4747
description: 'International Id',
@@ -53,7 +53,13 @@
5353
description: "Expense Receipt",
5454
doc_class: Mindee::Product::Receipt::ReceiptV5,
5555
sync: true,
56-
async: false,
56+
async: true,
57+
},
58+
"driver-license" => {
59+
description: "Driver License",
60+
doc_class: Mindee::Product::DriverLicense::DriverLicenseV1,
61+
sync: false,
62+
async: true,
5763
},
5864
"resume" => {
5965
description: "Resume",
@@ -103,6 +109,18 @@
103109
sync: true,
104110
async: false,
105111
},
112+
"fr-health-card" => {
113+
description: "FR Health Card",
114+
doc_class: Mindee::Product::FR::HealthCard::HealthCardV1,
115+
sync: false,
116+
async: true,
117+
},
118+
"fr-payslip" => {
119+
description: "FR Payslip",
120+
doc_class: Mindee::Product::FR::Payslip::PayslipV3,
121+
sync: false,
122+
async: true,
123+
},
106124
"us-bank-check" => {
107125
description: "US Bank Check",
108126
doc_class: Mindee::Product::US::BankCheck::BankCheckV1,

0 commit comments

Comments
 (0)