Ocrserver
A simple OCR API server, seriously easy to be deployed by Docker, on Heroku as well
Install / Use
/learn @otiai10/OcrserverREADME
ocrserver
Simple OCR server, as a small working sample for gosseract.
Try now here https://ocr-example.herokuapp.com/, and deploy your own now.
Deploy to Heroku
# Get the code
% git clone git@github.com:otiai10/ocrserver.git
% cd ocrserver
# Make your app
% heroku login
% heroku create
# Deploy the container
% heroku container:login
% heroku container:push web
# Enjoy it!
% heroku open
cf. heroku cli
Quick Start
Ready-Made Docker Image
% docker run -p 8080:8080 otiai10/ocrserver
# open http://localhost:8080
cf. docker
Development with Docker Image
% docker-compose up
# open http://localhost:8080
You need more languages?
% docker-compose build --build-arg LOAD_LANG=rus
% docker-compose up
cf. docker-compose
Manual Setup
If you have tesseract-ocr and library files on your machine
% go get github.com/otiai10/ocrserver/...
% PORT=8080 ocrserver
# open http://localhost:8080
cf. gosseract
Documents
Related Skills
gh-issues
352.9kFetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]
node-connect
352.9kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
oracle
352.9kBest practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
taskflow-inbox-triage
352.9kname: taskflow-inbox-triage description: Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some w

