No cloud OCR request
The site is delivered as static files. After that, your selected image moves only between the page and a dedicated browser worker.
OCR without upload
A genuinely local image-to-text tool: the worker reads pixels in your browser and returns editable text without sending either across the network.
Text will appear line by line.
The site is delivered as static files. After that, your selected image moves only between the page and a dedicated browser worker.
A Content Security Policy limits connections to same-origin application and model files. There are no analytics, ad, account, or OCR endpoints.
Progress labels show when the engine, detector, and recognizer are loading, and when text is being detected and read.
Fast mode can work offline after its models finish caching. High accuracy works offline only after its optional model has also been stored.
Common questions
Inside your browser with ONNX Runtime Web. There is no image or recognized-text API endpoint.
No. BrowserOCR is a static application and has no server OCR fallback or custom telemetry.
The Fast detector and recognizer download when OCR starts. The 21 MB High accuracy recognizer requires an explicit confirmation.