mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
Code refactor and numeric support
This commit is contained in:
@@ -121,6 +121,12 @@ pub enum DecodeHintType {
|
||||
*/
|
||||
#[cfg(feature = "allow_forced_iso_ied_18004_compliance")]
|
||||
QR_ASSUME_SPEC_CONFORM_INPUT,
|
||||
|
||||
/*
|
||||
* Will translate the ASCII values parsed by the Telepen reader into the Telepen Numeric form.
|
||||
*/
|
||||
TELEPEN_AS_NUMERIC,
|
||||
|
||||
/*
|
||||
* Data type the hint is expecting.
|
||||
* Among the possible values the {@link Void} stands out as being used for
|
||||
@@ -231,4 +237,9 @@ pub enum DecodeHintValue {
|
||||
*/
|
||||
#[cfg(feature = "allow_forced_iso_ied_18004_compliance")]
|
||||
QrAssumeSpecConformInput(bool),
|
||||
|
||||
/**
|
||||
* Translate the ASCII values parsed by the Telepen reader into the Telepen Numeric form; use {@link Boolean#TRUE}.
|
||||
*/
|
||||
TelepenAsNumeric(bool),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user