robertknight / tesseract-wasm

JS/WebAssembly build of the Tesseract OCR engine for use in browsers and Node
https://robertknight.github.io/tesseract-wasm/
BSD 2-Clause "Simplified" License
264 stars 27 forks source link

Is it possible to build tesseract wasm just use wasi-sdk? #91

Open edwardramsey opened 11 months ago

edwardramsey commented 11 months ago

I want to build tesseract wasm for some webassembly runtime like wasmedge, wasmer. Is there some guide for building with wasi sdk? the functions in emcription are not fully supported for these runtime.

robertknight commented 11 months ago

I have not tried running this project outside of the browser or Node.js. You're welcome to have a go at figuring this out. Please let me know how you get on.