55namespace Mindee \Cli ;
66
77use Mindee \V1 \Product \BarcodeReader \BarcodeReaderV1 ;
8- use Mindee \V1 \Product \BillOfLading \BillOfLadingV1 ;
98use Mindee \V1 \Product \BusinessCard \BusinessCardV1 ;
109use Mindee \V1 \Product \Cropper \CropperV1 ;
11- use Mindee \V1 \Product \DeliveryNote \DeliveryNoteV1 ;
1210use Mindee \V1 \Product \DriverLicense \DriverLicenseV1 ;
1311use Mindee \V1 \Product \FinancialDocument \FinancialDocumentV1 ;
1412use Mindee \V1 \Product \Fr \BankAccountDetails \BankAccountDetailsV2 ;
1513use Mindee \V1 \Product \Fr \CarteGrise \CarteGriseV1 ;
16- use Mindee \V1 \Product \Fr \EnergyBill \EnergyBillV1 ;
17- use Mindee \V1 \Product \Fr \HealthCard \HealthCardV1 ;
1814use Mindee \V1 \Product \Fr \IdCard \IdCardV2 ;
19- use Mindee \V1 \Product \Fr \Payslip \PayslipV3 ;
2015use Mindee \V1 \Product \Generated \GeneratedV1 ;
21- use Mindee \V1 \Product \Ind \IndianPassport \IndianPassportV1 ;
2216use Mindee \V1 \Product \InternationalId \InternationalIdV2 ;
2317use Mindee \V1 \Product \Invoice \InvoiceV4 ;
2418use Mindee \V1 \Product \InvoiceSplitter \InvoiceSplitterV1 ;
2519use Mindee \V1 \Product \MultiReceiptsDetector \MultiReceiptsDetectorV1 ;
26- use Mindee \V1 \Product \NutritionFactsLabel \NutritionFactsLabelV1 ;
2720use Mindee \V1 \Product \Passport \PassportV1 ;
2821use Mindee \V1 \Product \Receipt \ReceiptV5 ;
2922use Mindee \V1 \Product \Resume \ResumeV1 ;
3023use Mindee \V1 \Product \Us \BankCheck \BankCheckV1 ;
31- use Mindee \V1 \Product \Us \HealthcareCard \HealthcareCardV1 ;
32- use Mindee \V1 \Product \Us \UsMail \UsMailV3 ;
3324
3425/**
3526 * Document specifications for CLI usage.
@@ -55,12 +46,6 @@ public static function getSpecs(): array
5546 true ,
5647 false
5748 ),
58- "bill-of-lading " => new DocumentCommandConfig (
59- "Bill of Lading " ,
60- BillOfLadingV1::class,
61- false ,
62- true
63- ),
6449 "business-card " => new DocumentCommandConfig (
6550 "Business Card " ,
6651 BusinessCardV1::class,
@@ -73,12 +58,6 @@ public static function getSpecs(): array
7358 true ,
7459 false
7560 ),
76- "delivery-note " => new DocumentCommandConfig (
77- "Delivery note " ,
78- DeliveryNoteV1::class,
79- false ,
80- true
81- ),
8261 "driver-license " => new DocumentCommandConfig (
8362 "Driver License " ,
8463 DriverLicenseV1::class,
@@ -103,36 +82,12 @@ public static function getSpecs(): array
10382 true ,
10483 false
10584 ),
106- "fr-energy-bill " => new DocumentCommandConfig (
107- "FR Energy Bill " ,
108- EnergyBillV1::class,
109- false ,
110- true
111- ),
112- "fr-health-card " => new DocumentCommandConfig (
113- "FR Health Card " ,
114- HealthCardV1::class,
115- false ,
116- true
117- ),
11885 "fr-carte-nationale-d-identite " => new DocumentCommandConfig (
11986 "FR Carte Nationale d'Identité " ,
12087 IdCardV2::class,
12188 true ,
12289 false
12390 ),
124- "fr-payslip " => new DocumentCommandConfig (
125- "FR Payslip " ,
126- PayslipV3::class,
127- false ,
128- true
129- ),
130- "ind-passport-india " => new DocumentCommandConfig (
131- "IND Passport - India " ,
132- IndianPassportV1::class,
133- false ,
134- true
135- ),
13691 "international-id " => new DocumentCommandConfig (
13792 "International ID " ,
13893 InternationalIdV2::class,
@@ -157,12 +112,6 @@ public static function getSpecs(): array
157112 true ,
158113 false
159114 ),
160- "nutrition-facts-label " => new DocumentCommandConfig (
161- "Nutrition Facts Label " ,
162- NutritionFactsLabelV1::class,
163- false ,
164- true
165- ),
166115 "passport " => new DocumentCommandConfig (
167116 "Passport " ,
168117 PassportV1::class,
@@ -187,18 +136,6 @@ public static function getSpecs(): array
187136 true ,
188137 false
189138 ),
190- "us-healthcare-card " => new DocumentCommandConfig (
191- "US Healthcare Card " ,
192- HealthcareCardV1::class,
193- false ,
194- true
195- ),
196- "us-us-mail " => new DocumentCommandConfig (
197- "US US Mail " ,
198- UsMailV3::class,
199- false ,
200- true
201- ),
202139 ];
203140 }
204141}
0 commit comments