Run solveOCR completely offline on your own hardware. Zero data leaves your machine.
Once downloaded, grant execution permissions to the binary.
chmod +x solveocr-server-linux-amd64By default, the server spins up a REST API on port `8080`. Data is kept entirely in RAM.
./solveocr-server-linux-amd64 --port 8080 --workers 4Your local server perfectly mimics the solveOCR cloud API.
curl -X POST http://localhost:8080/v1/ocr \
-F "image=@invoice.png"