Just visit http://pic2txt.skrape.it, convert any text that is visible on a picture to real text in your browser.
-
generate token that is able to read packages from github at https://github.com/settings/tokens/new
- see github docs for further information
-
afterwards add the github PKG to docker by running:
$ docker login -u GITHUB_USERNAME -p GITHUB_TOKEN docker.pkg.github.com
docker pull docker.pkg.github.com/skrapeit/pikture2text
docker run -p 8080:8080 docker.pkg.github.com/skrapeit/pikture2text
Just open http://localhost:8080 in your preferred Browser