Skip to content

Commit

Permalink
⚰️ remove support for old carte vitale
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianMindee committed Dec 10, 2024
1 parent b85baf7 commit 40021bd
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 475 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Complete details on the working of the library are available in the following gu
* [Python US Driver License OCR](https://developers.mindee.com/docs/python-eu-driver-license-ocr)
* [Python FR Bank Account Detail OCR](https://developers.mindee.com/docs/python-fr-bank-account-details-ocr)
* [Python FR Carte Grise OCR](https://developers.mindee.com/docs/python-fr-carte-grise-ocr)
* [Python FR Carte Vitale OCR](https://developers.mindee.com/docs/python-fr-carte-vitale-ocr)
* [Python FR Health Card OCR](https://developers.mindee.com/docs/python-fr-health-card-ocr)
* [Python FR ID Card OCR](https://developers.mindee.com/docs/python-fr-carte-nationale-didentite-ocr)
* [Python FR Petrol Receipts OCR](https://developers.mindee.com/docs/python-fr-petrol-receipts-ocr)
* [Python US Bank Check OCR](https://developers.mindee.com/docs/python-us-bank-check-ocr)
Expand Down
17 changes: 0 additions & 17 deletions docs/extras/code_samples/carte_vitale_v1.txt

This file was deleted.

263 changes: 0 additions & 263 deletions docs/extras/guide/idcard_fr_v2.md

This file was deleted.

15 changes: 0 additions & 15 deletions docs/product/fr/carte_vitale_v1.rst

This file was deleted.

4 changes: 0 additions & 4 deletions mindee/product/fr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
)
from mindee.product.fr.carte_grise.carte_grise_v1 import CarteGriseV1
from mindee.product.fr.carte_grise.carte_grise_v1_document import CarteGriseV1Document
from mindee.product.fr.carte_vitale.carte_vitale_v1 import CarteVitaleV1
from mindee.product.fr.carte_vitale.carte_vitale_v1_document import (
CarteVitaleV1Document,
)
from mindee.product.fr.energy_bill.energy_bill_v1 import EnergyBillV1
from mindee.product.fr.energy_bill.energy_bill_v1_document import EnergyBillV1Document
from mindee.product.fr.energy_bill.energy_bill_v1_energy_consumer import (
Expand Down
4 changes: 0 additions & 4 deletions mindee/product/fr/carte_vitale/__init__.py

This file was deleted.

39 changes: 0 additions & 39 deletions mindee/product/fr/carte_vitale/carte_vitale_v1.py

This file was deleted.

Loading

0 comments on commit 40021bd

Please sign in to comment.