Skip to content

Indicators

  • Set the hex color code for the visual elements (one for all):
DocumentReader.setConfig({
    customization: {
        tintColor: "#e02712"
    },
}, function (m) { }, function (e) { console.log(e); });

  • Set the hex color code for the loading indicator(s). You can see it if you tap the Capture button:
DocumentReader.setConfig({
    customization: {
        activityIndicatorColor: "#3812e0"
    },
}, function (m) { }, function (e) { console.log(e); });

Next Steps