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
13 changes: 0 additions & 13 deletions docs/extras/code_samples/shipping_containers_v1.txt

This file was deleted.

10 changes: 0 additions & 10 deletions docs/predictions/standard/documents/shipping_container_v1.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/predictions/standard/international.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ International
.. include:: ./documents/receipt_v5.rst
.. include:: ./documents/financial_document_v1.rst
.. include:: ./documents/passport_v1.rst
.. include:: ./documents/shipping_container_v1.rst
.. include:: ./documents/invoice_splitter_v1.rst
.. include:: ./documents/proof_of_address_v1.rst
.. include:: ./documents/cropper_v1.rst
Expand Down
4 changes: 0 additions & 4 deletions mindee/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ class CommandConfig(Generic[TypeDoc]):
help="Proof of Address",
doc_class=documents.TypeProofOfAddressV1,
),
"shipping-container": CommandConfig(
help="Shipping Container",
doc_class=documents.fr.TypeIdCardV1,
),
"us-bank-check": CommandConfig(
help="US Bank Check",
doc_class=documents.us.TypeBankCheckV1,
Expand Down
5 changes: 0 additions & 5 deletions mindee/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,11 +444,6 @@ def _init_default_endpoints(self) -> None:
url_name="bank_account_details",
version="1",
),
ConfigSpec(
doc_class=documents.ShippingContainerV1,
url_name="shipping_containers",
version="1",
),
ConfigSpec(
doc_class=documents.eu.LicensePlateV1,
url_name="license_plates",
Expand Down
4 changes: 0 additions & 4 deletions mindee/documents/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,3 @@
TypeReceiptV4,
TypeReceiptV5,
)
from mindee.documents.shipping_container import (
ShippingContainerV1,
TypeShippingContainerV1,
)
1 change: 0 additions & 1 deletion mindee/documents/shipping_container/__init__.py

This file was deleted.

71 changes: 0 additions & 71 deletions mindee/documents/shipping_container/shipping_container_v1.py

This file was deleted.

44 changes: 0 additions & 44 deletions tests/documents/test_shipping_container_v1.py

This file was deleted.