Online License Transactions on Web Components
Explore detailed information about tags, tenants, and environments on the Online License Transactions page.
- To set a tag:
window.RegulaDocumentSDK.recognizerProcessParam = {
tag: '6f9619fa-8b13-d011-b42d-01cf4fc234ff',
};
- To set a tenant:
window.RegulaDocumentSDK.recognizerProcessParam = {
tenant: 'ABCDEF',
};
- To set an environment:
window.RegulaDocumentSDK.recognizerProcessParam = {
env: 'Production',
};