@kontext21/k21 / K21
Class: K21
Defined in: k21.ts:5Constructors
Constructor
new K21(): K21
Defined in: k21.ts:22
Returns
K21
Methods
run()
run():Defined in: k21.ts:107 Executes the screen capture and processing pipelinePromise
<ProcessedFrameData
[]>
Returns
Promise
<ProcessedFrameData
[]>
Promise<ProcessedFrameData[]> Array of processed frames with their metadata:
- timestamp: ISO timestamp of capture
- frameNumber: Sequential frame number
- content: Processed content (e.g., OCR text)
- processingType: Type of processing applied