This sample project that demonstrates various features and implementation patterns of the K21 Node SDK The repository serves as a practical reference for integrating K21 into your applications.
More information: docs.kontext21.com & kontext21.com
- Clone the repository:
git clone https://github.com/kontext21/k21-node-sample.git- Install dependencies:
npm install- Run the examples:
npm run startThe sample repository includes implementations of:
- Basic screen capture
- OCR processing
- Vision model integration
- File-based capture
- Custom processor configuration
Each example is documented with comments and includes configuration options for different use cases.