Skip to content

Commit badcf53

Browse files
⚰️ remove support for US Driver License & EU Driver License
1 parent 970956a commit badcf53

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

mindee/commands/cli_products.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,6 @@ class CommandConfig(Generic[TypeInference]):
6464
is_sync=False,
6565
is_async=True,
6666
),
67-
"eu-license-plate": CommandConfig(
68-
help="License Plate",
69-
doc_class=product.eu.LicensePlateV1,
70-
is_sync=True,
71-
is_async=False,
72-
),
7367
"financial-document": CommandConfig(
7468
help="Financial Document",
7569
doc_class=product.FinancialDocumentV1,

mindee/product/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from mindee.product import eu, fr, ind, us
1+
from mindee.product import fr, ind, us
22
from mindee.product.barcode_reader.barcode_reader_v1 import BarcodeReaderV1
33
from mindee.product.barcode_reader.barcode_reader_v1_document import (
44
BarcodeReaderV1Document,

0 commit comments

Comments
 (0)