Can anyone tell me how to find document understanding API key and computer vision API key in ON-PREMISES orchestrator.
Generally we could find API key in the path Licenses > robot and services > apikey in cloud but my question is does anyone know how to find COMPUTER VISION API key or Document understanding API key when we have On-Premises orchestrator.
For CV you install the UiPath.ComputerVision.LocalServer package, then go into project settings, to CV settings, and set use local to true.
For Document Understanding you install the UiPath.DocumentUnderstanding.OCR.LocalServer package and when doing classification you use the Keyword Based Classifier. Also I recommend the UiPath.OmniPage.Activities package, and use OmniPage OCR in the Digitize Document activity. I get better results with that one.