-
-
Notifications
You must be signed in to change notification settings - Fork 225
Open
Labels
Description
Problem:
Given: a barcode contains binary data.
After reading the code, the data is incorrectly converted into a string for "card id"
Based on the string, a new barcode is recreated, which contains incorrect data.
For example, the Electronic Compulsory Health Insurance Policy of the Russian Federation is in PDF417 format and contains binary data.
Suggested solution:
Add an option, when selected, the barcode is stored as it was scanned (or the photo is simply set), and the “card id” field must be specified manually by the user.
Mannshoch