Question 154:
You use Computer Vision OCR containers to extract printed text from a set of PDF documents. To configure the docker runtime environment, you use following docker run command: <pre class="brush:java;">docker run --rm -it -p 5000:5000 \ --memory 2g --cpus 1 \ --mount type=bind,src=/home/<user>/output,target=/output \ <registry-location>/<image-name> \ Eula=accept \ Billing=<endpoint> \ ApiKey=<api-key> \ HTTP_PROXY=<proxy-url> \ HTTP_PROXY_CREDS=<proxy-user>:<proxy-password> \ Logging:Disk:Format=json </pre> In this command, multiple configuration settings are used. Review the answer choices below and choose settings that are optional. (choose two answer choices)
Answer options:
A.ApiKey B.Logging C.HTTP_PROXY D.Eula E.Billing