Getting started

Note: The steps below are mandatory to start using the container. Without deploying to Docker, you won't be able to download deployment examples for other environments.

To begin using ABBYY OCR Container, do the following:

  1. Log in to the Docker registry:
docker login abbyycontainers.azurecr.io --username <username> --password <password>
    
  1. Pull the image from the registry:
docker pull abbyycontainers.azurecr.io/ocr.container:latest 
    
  1. Run the container:
docker run -d -p 80:5000 abbyycontainers.azurecr.io/ocr.container:latest
    
  1. Open the container page http://localhost:80 in your browser. On this page you will find the EULA section where you can read the terms and conditions. To accept the EULA, set --env EulaAccepted=true when deploying the container. Run the following command if you have accepted the EULA:
docker run --env EulaAccepted=true -d -p 80:5000 abbyycontainers.azurecr.io/ocr.container:latest
    

Note: Without accepting the EULA, the API methods will not be available.

After running the container, you can open the http://<host>:<port> page (for example, http://localhost:80). On this page you will find links to the User Guide, the Swagger page with detailed API documentation, and container deployment examples.

19.02.2024 10:23:36

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.