Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
Aspose.OCR for Node.js via C++ is distributed as a downloadable package.
Download the latest version of the package.
Unpack the downloaded archive to the directory as the main script of your project. You can use subdirectories, for example node_modules/aspose-ocr/
. Aspose.OCR for Node.js via C++ package has the following structure:
asposeocr.js
) and required binaries.Import Aspose.OCR for Node.js via C++ module in your code. For example, if the distributive was unpacked to node_modules/aspose-ocr/
subdirectory, use:
const Module = require("aspose-ocr/lib/asposeocr");
To update Aspose.OCR for Node.js via C++ to the new version:
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.