Forgive my ignorance, but you are referring to the string returned once the plugin has processed the barcode completely? The string that is returned does not contain the character.
Hmmm. We use other scanners with our applications (camera scanning is new functionality for us) and the output for those scanners is:
PAT-021-4110-010101
567890-J567890
Whereas the output from the library is:
PAT-021-4110-010101567890-J567890
Somehow the other scanners know to put the CR after the 010101. I only have a physical copy of the barcode, so I've scanned and attached it.
Thanks for your help. When I looked the first time, I didn't realize the string wouldn't show the \r character. For some reason my brain was just not connecting the dots in what you were saying. Looking at the string in chrome inspector I'm not seeing the \r, but I can do a replace and it replaces the character no problem. Again, thanks for your help and apologies for dragging you into our tail chasing.