{ "name":"Пятёрочка", "goods_name_regex": "^\\d+\\s\\t\\*?[\\(\\)\\%\\*a-zA-Z0-9ёЁА-я\\.\\-\\/ ]+", "goods_price_regex": "[0-9]{0,4}[^%]\\.[0-9]{2} ", "goods_net_weight_regex": "((\\d+(\\.|,)?\\d{0,}((м|)л|(к|м|)г|т|ц|шт|(pc|)s|(m|k|)g|(m|)l|t))(\\s|\\t){0,})+", "goods_quantity_regex": "([0-9]{0,4}[^%]\\.[0-9]{3} )|(\t\\d )", "check_start_regex": "КАССОВЫЙ ЧЕК\nприход", "check_end_regex": "Итог\\:.{0,3}[0-9]{0,6}\\.[0-9]{2}" }