pub fn bytes_from_decimal_string(original_text: &str) -> Result<Vec<u8>>
Convert a decimal string into a vector of bytes
Whitespaces will be ignored