How to Read Barcodes from Negative and Rotated Faxes
For Zapier, Integromat and others plugins insert custom profiles
into profiles
field. For API calls please set value as string in profiles
parameter as string.
By default Barcode reader scan for horizontal barcodes. Use following profile to enable decoding of vertically oriented barcodes.
{ "Orientation": "HorizontalAndVertical" }
In some scenarios it is possible that when barcode rotated, it’s returning duplicate values due to same code is decoded with different values when rotated. The only way to get rid of this behaviour is set limit with MaxNumberOfBarcodesPerPage
.
{ "Orientation": "HorizontalAndVertical', 'MaxNumberOfBarcodesPerPage": 1 }
Applies To:
/barcode/read/from/url