Skip to content

Indicators

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

  • 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"}
});

Next Steps