Skip to content

Commit dddf662

Browse files
⚰️ deprecate: Receipt V4, US Driver License, EU Driver License
1 parent e834152 commit dddf662

39 files changed

+16
-1222
lines changed

docs/extras/code_samples/eu_driver_license_v1.txt

Lines changed: 0 additions & 17 deletions
This file was deleted.

docs/extras/code_samples/license_plates_v1.txt

Lines changed: 0 additions & 17 deletions
This file was deleted.

docs/extras/code_samples/us_driver_license_v1.txt

Lines changed: 0 additions & 17 deletions
This file was deleted.

docs/extras/guide/license_plates_v1.md

Lines changed: 0 additions & 94 deletions
This file was deleted.

docs/product/eu/driver_license_v1.rst

Lines changed: 0 additions & 19 deletions
This file was deleted.

docs/product/eu/index.rst

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs/product/eu/license_plate_v1.rst

Lines changed: 0 additions & 15 deletions
This file was deleted.

docs/product/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Region-Specific
1010
:maxdepth: 1
1111

1212
./fr/index
13-
./eu/index
13+
./ind/index
1414
./us/index
1515

1616
International

docs/product/receipt_v4.rst

Lines changed: 0 additions & 16 deletions
This file was deleted.

docs/product/us/driver_license_v1.rst

Lines changed: 0 additions & 19 deletions
This file was deleted.

mindee/commands/cli_products.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ class CommandConfig(Generic[TypeInference]):
4040
is_sync=True,
4141
is_async=False,
4242
),
43-
"eu-license-plate": CommandConfig(
44-
help="EU License Plate",
45-
doc_class=product.eu.LicensePlateV1,
46-
is_sync=True,
47-
is_async=False,
48-
),
4943
"driver-license": CommandConfig(
5044
help="Driver License",
5145
doc_class=product.DriverLicenseV1,

mindee/product/__init__.py

Lines changed: 1 addition & 3 deletions
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 import BarcodeReaderV1, BarcodeReaderV1Document
33
from mindee.product.bill_of_lading import (
44
BillOfLadingV1,
@@ -51,8 +51,6 @@
5151
from mindee.product.passport import PassportV1, PassportV1Document
5252
from mindee.product.proof_of_address import ProofOfAddressV1, ProofOfAddressV1Document
5353
from mindee.product.receipt import (
54-
ReceiptV4,
55-
ReceiptV4Document,
5654
ReceiptV5,
5755
ReceiptV5Document,
5856
ReceiptV5LineItem,

mindee/product/eu/__init__.py

Lines changed: 0 additions & 9 deletions
This file was deleted.

mindee/product/eu/driver_license/__init__.py

Lines changed: 0 additions & 5 deletions
This file was deleted.

mindee/product/eu/driver_license/driver_license_v1.py

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)