Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
Aspose.OCR for JavaScript via C++ is based on WebAssembly (Wasm) technology, which allows the code to run directly in the end user’s web browser (client-side) or in browser-based environments.
The following browsers are supported:
Regardless of your browser, we highly recommend updating to the latest version to ensure maximum performance and stability.
Most web browsers have very strict CORS policies that prevent them from accessing files from local storage. As a result, you may get “Access to XMLHttpRequest at ‘file:///…/asposeocr.data’ from origin ’null’ has been blocked by CORS policy” error when trying to open an HTML page directly from the disk.
You can either disable cross-origin restrictions (see your specific browser’s documentation for instructions) or open the page over HTTP using any web server, for example the one built into Python:
python -m http.server 8080
In addition to browsers, the library can work in Electron cross-platform desktop apps.
You can use Electron version 3 and above.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.