A tiny API that converts text from images into raw text
Let's get raw text from image called meme.png:
curl -F '[email protected]' http://localhost:8080
Just download binary file from releases and run it
config.yaml file will be created on first run:
listenaddr- IP address and port HTTP server is listening onimagedir- path where images will be saveduploadlimit- upload limit in megabytes
CGO HAS TO BE ENABLED!
(but just during compilation)
and, tesseract dev libs as well