32 lines
638 B
Markdown
32 lines
638 B
Markdown
---
|
|
tags: python, contur-detection, credit-card, canny-detection
|
|
---
|
|
|
|
### task1 - deal broken
|
|
|
|
- deal broken as sensitive information
|
|
|
|
### samples
|
|
|
|
https://universe.roboflow.com/search?q=credit%20card%20images%3E300
|
|
|
|
No modification and i used to rewrite
|
|
|
|
so, to solidify the requirements.
|
|
|
|
Using python,
|
|
what you want is accepting the image input containing an credit card
|
|
|
|
return the:
|
|
|
|
- card number and
|
|
- "valid thru"(expiry date)
|
|
|
|
on the vision given ?
|
|
|
|
### bottom line
|
|
|
|
- won't recognize or extract information from HKID card image
|
|
|
|
and for this kind of image recognization, not guaranteed to have 100% accuracy as it's based on OCR
|