SDKs & Binaries

Distribution Hub

Browser Extension

Select any text from any image on any website. Right click. Extract. It's that easy.

Developer Unpacked Setup

Desktop Server

Run solveOCR completely offline on your own hardware. Zero data leaves your machine.

Server Hardware Requirements

Integrates strictly everywhere.

JS/TS
INSTALLATION
$ npm i @solveocr/node
EXAMPLE
await client.extract('id.jpg')
Rust
INSTALLATION
$ cargo add solveocr
EXAMPLE
client.extract("doc.pdf").await?
Go
INSTALLATION
$ go get github.com/solveocr/go
EXAMPLE
client.Extract(ctx, "scan.png")
Python
INSTALLATION
$ pip install solveocr
EXAMPLE
client.extract("img.jpg")
PHP
INSTALLATION
$ composer req solveocr/php
EXAMPLE
$client->extract('file.png');
C#
INSTALLATION
$ dotnet add package SolveOCR
EXAMPLE
await client.ExtractAsync("file.png");

Go SDK

Idiomatic Go client for screaming fast goroutine-powered batch OCR requests.

go get github.com/solveocr/solveocr-go

Python SDK

Integrate perfectly into your PyTorch/Jupyter workflow with one pip install.

pip install solveocr
Content-Length: 0