https://github.com/skrapeit/pikture2text
reading text from pictures
https://github.com/skrapeit/pikture2text
Last synced: about 2 months ago
JSON representation
reading text from pictures
- Host: GitHub
- URL: https://github.com/skrapeit/pikture2text
- Owner: skrapeit
- Created: 2020-01-09T20:10:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-15T10:08:47.000Z (over 6 years ago)
- Last Synced: 2025-02-25T17:51:25.244Z (over 1 year ago)
- Language: Kotlin
- Size: 20.5 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/skrapeit/pikture2text/actions?query=workflow%3ACI-build)
[](https://github.com/skrapeit/pikture2text/packages/103397/versions)
[pikture2text](http://pic2txt.skrape.it)
============
#### Converting pictures to text easy as pie 💁♀️.
## Use online
Just visit http://pic2txt.skrape.it, convert any text that is visible on a picture to real text in your browser.
## Install via Docker
### Prerequisite
1. generate token that is able to read packages from github at [https://github.com/settings/tokens/new](https://github.com/settings/tokens/new)
[](https://github.com/settings/tokens/new)
* see github docs for [further information](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line)
1. afterwards add the github PKG to docker by running:
$ docker login -u GITHUB_USERNAME -p GITHUB_TOKEN docker.pkg.github.com
---
### Install it
docker pull docker.pkg.github.com/skrapeit/pikture2text
### Run it
docker run -p 8080:8080 docker.pkg.github.com/skrapeit/pikture2text
### Use it
Just open http://localhost:8080 in your preferred Browser