socr

screenshot OCR server

Stars
11
Committers
2

https://user-images.githubusercontent.com/6832539/142775925-fc89200c-0bf4-42cc-8099-18fb999288cd.mp4

running

please see example docker-compose and run

$ # ensure db is up and has the correct database
$ docker-compose up -d socr_db
$ docker-compose exec socr_db psql -U socr -c "create database socr"

$ # if database exists, start everything
$ docker-compose up -d
$ docker-compose logs --tail 20 -f main

building from source

requires

  • node
  • npm
  • go (1.19+)
  • ffmpeg
  • libtesseract-dev
  • libleptonica-dev
$ go generate ./web/
$ go install ./cmd/socr/socr.go
$ socr
Package Rankings
Top 7.33% on Proxy.golang.org