OCR engines directly into UiPath like Azure and Cloud vision

I want to check Azure or Google Vision ocr and let me know the cost?

UiPath Integration:

can we integrate these OCR engines directly into UiPath using:?

  • Azure OCR or Google Vision activities.
  • AI Center + Document Understanding to validate/verify with HITL

@Melbin_Antu2

we can integrate

costing needs to be checked on the respective platforms

cheers

Use the Google Cloud Vision OCR activity (e.g., inside Get OCR Text)
below setting require:

1.API Key: your copied key
2.Detection Mode: TextDetection or DocumentTextDetection
3.Image: pass an image variable
4.Output: Extracted text as a string
free tier for the first 1,000 units

mark solution if its help :slight_smile: