Each component has a README in their top-level directory. Here's the one for the Azure OCR component.
Take a look at the example docker-compose.yml file here. You will see this entry:
You want to add that entry to your docker-compose.yml file. Uncomment those lines and provide valid values for the two environment variables. Then restart your deployment. You will either need to already have an Azure account with access to that service, or create a free trial account. See here. I don't know what the free trial account provides access to.
If you look at the pipelines section of the component's descriptor.json, you can see which pipelines will be available to run jobs in the Workflow Manager web UI once that component is up and running.
- Jeff
If anyone has any helpful knowledge this topic, please feel free to add to this conversation.
Thanks,
Isaac