Timeout duration after which card scanner will just return the current optimal scan result which may contain false positives
Timeout is useful when lighting conditions are bad and only few frames capture the card details.
Once timeout happens, whatever the details captured till that time will be returned which can even be null
Defaults to 0 or no-timeout
setting this to true, will consider past dates also in expiry date scan.
If a scanned date in the frame is before the current date, then that date is dropped.
Defaults to false
Scanned card numbers are put to "Luhn" algorithm check. Only if it passes the check , then its considered as a valid credit/debit card.
Defaults to true since all real cards must pass Luhn algorithm