Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 0 additions & 78 deletions bin/v1/products.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,36 +13,12 @@
sync: true,
async: false,
},
'bill-of-lading' => {
description: 'Bill of Lading',
doc_class: Mindee::V1::Product::BillOfLading::BillOfLadingV1,
sync: false,
async: true,
},
'business-card' => {
description: 'Business Card',
doc_class: Mindee::V1::Product::BusinessCard::BusinessCardV1,
sync: false,
async: true,
},
'cropper' => {
description: 'Cropper',
doc_class: Mindee::V1::Product::Cropper::CropperV1,
sync: true,
async: false,
},
'delivery-note' => {
description: 'Delivery note',
doc_class: Mindee::V1::Product::DeliveryNote::DeliveryNoteV1,
sync: false,
async: true,
},
'driver-license' => {
description: 'Driver License',
doc_class: Mindee::V1::Product::DriverLicense::DriverLicenseV1,
sync: false,
async: true,
},
'financial-document' => {
description: 'Financial Document',
doc_class: Mindee::V1::Product::FinancialDocument::FinancialDocumentV1,
Expand All @@ -61,42 +37,12 @@
sync: false,
async: true,
},
'fr-carte-grise' => {
description: 'Carte Grise',
doc_class: Mindee::V1::Product::FR::CarteGrise::CarteGriseV1,
sync: true,
async: false,
},
'fr-energy-bill' => {
description: 'Energy Bill',
doc_class: Mindee::V1::Product::FR::EnergyBill::EnergyBillV1,
sync: false,
async: true,
},
'fr-health-card' => {
description: 'Health Card',
doc_class: Mindee::V1::Product::FR::HealthCard::HealthCardV1,
sync: false,
async: true,
},
'fr-carte-nationale-d-identite' => {
description: "Carte Nationale d'Identité",
doc_class: Mindee::V1::Product::FR::IdCard::IdCardV2,
sync: true,
async: false,
},
'fr-payslip' => {
description: 'Payslip',
doc_class: Mindee::V1::Product::FR::Payslip::PayslipV3,
sync: false,
async: true,
},
'ind-passport-india' => {
description: 'Passport - India',
doc_class: Mindee::V1::Product::IND::IndianPassport::IndianPassportV1,
sync: false,
async: true,
},
'international-id' => {
description: 'International ID',
doc_class: Mindee::V1::Product::InternationalId::InternationalIdV2,
Expand All @@ -121,12 +67,6 @@
sync: true,
async: false,
},
'nutrition-facts-label' => {
description: 'Nutrition Facts Label',
doc_class: Mindee::V1::Product::NutritionFactsLabel::NutritionFactsLabelV1,
sync: false,
async: true,
},
'passport' => {
description: 'Passport',
doc_class: Mindee::V1::Product::Passport::PassportV1,
Expand All @@ -145,22 +85,4 @@
sync: false,
async: true,
},
'us-bank-check' => {
description: 'Bank Check',
doc_class: Mindee::V1::Product::US::BankCheck::BankCheckV1,
sync: true,
async: false,
},
'us-healthcare-card' => {
description: 'Healthcare Card',
doc_class: Mindee::V1::Product::US::HealthcareCard::HealthcareCardV1,
sync: false,
async: true,
},
'us-us-mail' => {
description: 'US Mail',
doc_class: Mindee::V1::Product::US::UsMail::UsMailV3,
sync: false,
async: true,
},
}.freeze
24 changes: 0 additions & 24 deletions docs/code_samples/bank_check_v1.txt

This file was deleted.

24 changes: 0 additions & 24 deletions docs/code_samples/bill_of_lading_v1_async.txt

This file was deleted.

24 changes: 0 additions & 24 deletions docs/code_samples/business_card_v1_async.txt

This file was deleted.

24 changes: 0 additions & 24 deletions docs/code_samples/carte_grise_v1.txt

This file was deleted.

24 changes: 0 additions & 24 deletions docs/code_samples/delivery_notes_v1_async.txt

This file was deleted.

24 changes: 0 additions & 24 deletions docs/code_samples/driver_license_v1_async.txt

This file was deleted.

24 changes: 0 additions & 24 deletions docs/code_samples/energy_bill_fra_v1_async.txt

This file was deleted.

24 changes: 0 additions & 24 deletions docs/code_samples/french_healthcard_v1_async.txt

This file was deleted.

24 changes: 0 additions & 24 deletions docs/code_samples/ind_passport_v1_async.txt

This file was deleted.

24 changes: 0 additions & 24 deletions docs/code_samples/nutrition_facts_v1_async.txt

This file was deleted.

24 changes: 0 additions & 24 deletions docs/code_samples/payslip_fra_v3_async.txt

This file was deleted.

Loading