Views:

Question:
How can I separate barcodes, file properties and OCR values using line breaks or tabs?

Answer:
As part of the expansion of storageRobot to support the new Swiss QR-bill (Swiss-QR) with payment part, new options for segmentation (separating the value using a character) have been added.
Since these characters (so-called whitespaces) cannot be output visibly, the input must be made in an alias format. The following table shows the required alias format for each whitespace.
Character break (CR/LF, Carriage Return Line Feed): \n
tab: \t
space: \s
The backslash is essential, as otherwise the segmentation would be based on the letters n, t or s.
Since filenames cannot contain tabs or line breaks, only the space character is supported here.