An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![master build status](https://github.com/skrapeit/pikture2text/workflows/CI-build/badge.svg)](https://github.com/skrapeit/pikture2text/actions?query=workflow%3ACI-build)
[![docker image releases](https://img.shields.io/badge/Docker-image%20available-blue?logo=docker)](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)
[![How-To generate github Token](generate-github-token.png)](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