Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Latest commit

 

History

History
33 lines (24 loc) · 874 Bytes

File metadata and controls

33 lines (24 loc) · 874 Bytes

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

Getting Started with Examples

  1. Clone the repository:
git clone https://github.com/kontext21/k21-node-sample.git
  1. Install dependencies:
npm install
  1. Run the examples:
npm run start

Available Examples

The 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.