Skip to content

⚰️ deprecate: Receipt V4, US Driver License, EU Driver License #303

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 14, 2025
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
17 changes: 0 additions & 17 deletions docs/extras/code_samples/eu_driver_license_v1.txt

This file was deleted.

18 changes: 0 additions & 18 deletions docs/extras/code_samples/expense_receipts_v4.txt

This file was deleted.

17 changes: 0 additions & 17 deletions docs/extras/code_samples/license_plates_v1.txt

This file was deleted.

17 changes: 0 additions & 17 deletions docs/extras/code_samples/us_driver_license_v1.txt

This file was deleted.

94 changes: 0 additions & 94 deletions docs/extras/guide/license_plates_v1.md

This file was deleted.

19 changes: 0 additions & 19 deletions docs/product/eu/driver_license_v1.rst

This file was deleted.

8 changes: 0 additions & 8 deletions docs/product/eu/index.rst

This file was deleted.

15 changes: 0 additions & 15 deletions docs/product/eu/license_plate_v1.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/product/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Region-Specific
:maxdepth: 1

./fr/index
./eu/index
./ind/index
./us/index

International
Expand Down
16 changes: 0 additions & 16 deletions docs/product/receipt_v4.rst

This file was deleted.

19 changes: 0 additions & 19 deletions docs/product/us/driver_license_v1.rst

This file was deleted.

6 changes: 0 additions & 6 deletions mindee/commands/cli_products.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ class CommandConfig(Generic[TypeInference]):
is_sync=True,
is_async=False,
),
"eu-license-plate": CommandConfig(
help="EU License Plate",
doc_class=product.eu.LicensePlateV1,
is_sync=True,
is_async=False,
),
"driver-license": CommandConfig(
help="Driver License",
doc_class=product.DriverLicenseV1,
Expand Down
4 changes: 1 addition & 3 deletions mindee/product/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from mindee.product import eu, fr, ind, us
from mindee.product import fr, ind, us
from mindee.product.barcode_reader import BarcodeReaderV1, BarcodeReaderV1Document
from mindee.product.bill_of_lading import (
BillOfLadingV1,
Expand Down Expand Up @@ -51,8 +51,6 @@
from mindee.product.passport import PassportV1, PassportV1Document
from mindee.product.proof_of_address import ProofOfAddressV1, ProofOfAddressV1Document
from mindee.product.receipt import (
ReceiptV4,
ReceiptV4Document,
ReceiptV5,
ReceiptV5Document,
ReceiptV5LineItem,
Expand Down
9 changes: 0 additions & 9 deletions mindee/product/eu/__init__.py

This file was deleted.

5 changes: 0 additions & 5 deletions mindee/product/eu/driver_license/__init__.py

This file was deleted.

42 changes: 0 additions & 42 deletions mindee/product/eu/driver_license/driver_license_v1.py

This file was deleted.

Loading