The first and only full-fledged on-device document scanning technology that works in any popular browser.
Extract editable text from images, video streams, screenshots, and files in real time — right inside a webpage. No installation required, no data leaves the device, full control stays on your side.
We can bring any of our recognition modules to web environments through the WebAssembly technology — for example, reference numbers, tax IDs, shipment labels, structured text, loyalty cards, access badges, and other industry-specific recognition tasks.
Tell us about your requirements, and we will develop a tailored technology solution for you.
Request Custom Solution
// JavaScript
importScripts("ocrstudiosdk_wasm.js")
OCRSTUDIOSDK = await OCRStudioSDK(module)
instance = new OCRSTUDIOSDK.OCRStudioSDKInstance(
"{ \"enable_lazy_initialization\": false, \"enable_delayed_initialization\": true, \"initialization_num_threads\": 1}"
)
spawnedSession = instance.CreateSession("<signature>", "<session_params>")
// <input type="file" id="file-selector"> must exist in HTML
fileSelector = document.querySelector("#file-selector")
fileSelector.addEventListener("change", (event) => {
reader = new FileReader()
reader.addEventListener("load", (event) => {
imageData = event.target.result
image = OCRSTUDIOSDK.CreateFromFileBuffer(imageData)
spawnedSession.ProcessImage(image)
result = spawnedSession.CurrentResult()
})
})
For comprehensive details about our complete
range of solutions and services.
Or contact our sales team: