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
63 changes: 0 additions & 63 deletions bin/MindeeCliDocuments.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,22 @@
namespace Mindee\Cli;

use Mindee\V1\Product\BarcodeReader\BarcodeReaderV1;
use Mindee\V1\Product\BillOfLading\BillOfLadingV1;
use Mindee\V1\Product\BusinessCard\BusinessCardV1;
use Mindee\V1\Product\Cropper\CropperV1;
use Mindee\V1\Product\DeliveryNote\DeliveryNoteV1;
use Mindee\V1\Product\DriverLicense\DriverLicenseV1;
use Mindee\V1\Product\FinancialDocument\FinancialDocumentV1;
use Mindee\V1\Product\Fr\BankAccountDetails\BankAccountDetailsV2;
use Mindee\V1\Product\Fr\CarteGrise\CarteGriseV1;
use Mindee\V1\Product\Fr\EnergyBill\EnergyBillV1;
use Mindee\V1\Product\Fr\HealthCard\HealthCardV1;
use Mindee\V1\Product\Fr\IdCard\IdCardV2;
use Mindee\V1\Product\Fr\Payslip\PayslipV3;
use Mindee\V1\Product\Generated\GeneratedV1;
use Mindee\V1\Product\Ind\IndianPassport\IndianPassportV1;
use Mindee\V1\Product\InternationalId\InternationalIdV2;
use Mindee\V1\Product\Invoice\InvoiceV4;
use Mindee\V1\Product\InvoiceSplitter\InvoiceSplitterV1;
use Mindee\V1\Product\MultiReceiptsDetector\MultiReceiptsDetectorV1;
use Mindee\V1\Product\NutritionFactsLabel\NutritionFactsLabelV1;
use Mindee\V1\Product\Passport\PassportV1;
use Mindee\V1\Product\Receipt\ReceiptV5;
use Mindee\V1\Product\Resume\ResumeV1;
use Mindee\V1\Product\Us\BankCheck\BankCheckV1;
use Mindee\V1\Product\Us\HealthcareCard\HealthcareCardV1;
use Mindee\V1\Product\Us\UsMail\UsMailV3;

/**
* Document specifications for CLI usage.
Expand All @@ -55,12 +46,6 @@ public static function getSpecs(): array
true,
false
),
"bill-of-lading" => new DocumentCommandConfig(
"Bill of Lading",
BillOfLadingV1::class,
false,
true
),
"business-card" => new DocumentCommandConfig(
"Business Card",
BusinessCardV1::class,
Expand All @@ -73,12 +58,6 @@ public static function getSpecs(): array
true,
false
),
"delivery-note" => new DocumentCommandConfig(
"Delivery note",
DeliveryNoteV1::class,
false,
true
),
"driver-license" => new DocumentCommandConfig(
"Driver License",
DriverLicenseV1::class,
Expand All @@ -103,36 +82,12 @@ public static function getSpecs(): array
true,
false
),
"fr-energy-bill" => new DocumentCommandConfig(
"FR Energy Bill",
EnergyBillV1::class,
false,
true
),
"fr-health-card" => new DocumentCommandConfig(
"FR Health Card",
HealthCardV1::class,
false,
true
),
"fr-carte-nationale-d-identite" => new DocumentCommandConfig(
"FR Carte Nationale d'Identité",
IdCardV2::class,
true,
false
),
"fr-payslip" => new DocumentCommandConfig(
"FR Payslip",
PayslipV3::class,
false,
true
),
"ind-passport-india" => new DocumentCommandConfig(
"IND Passport - India",
IndianPassportV1::class,
false,
true
),
"international-id" => new DocumentCommandConfig(
"International ID",
InternationalIdV2::class,
Expand All @@ -157,12 +112,6 @@ public static function getSpecs(): array
true,
false
),
"nutrition-facts-label" => new DocumentCommandConfig(
"Nutrition Facts Label",
NutritionFactsLabelV1::class,
false,
true
),
"passport" => new DocumentCommandConfig(
"Passport",
PassportV1::class,
Expand All @@ -187,18 +136,6 @@ public static function getSpecs(): array
true,
false
),
"us-healthcare-card" => new DocumentCommandConfig(
"US Healthcare Card",
HealthcareCardV1::class,
false,
true
),
"us-us-mail" => new DocumentCommandConfig(
"US US Mail",
UsMailV3::class,
false,
true
),
];
}
}
16 changes: 0 additions & 16 deletions docs/code_samples/bill_of_lading_v1_async.txt

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

16 changes: 0 additions & 16 deletions docs/code_samples/us_healthcare_cards_v1_async.txt

This file was deleted.

16 changes: 0 additions & 16 deletions docs/code_samples/us_mail_v3_async.txt

This file was deleted.

42 changes: 0 additions & 42 deletions src/V1/Product/BillOfLading/BillOfLadingV1.php

This file was deleted.

Loading
Loading