MCPcopy
hub / github.com/PaddlePaddle/PaddleOCR / AppState

Interface AppState

paddleocr-js/apps/demo/src/main.ts:38–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36};
37
38interface AppState {
39 imageFile: File | null;
40 previewBitmap: ImageBitmap | null;
41 lastResult: OcrResult | null;
42 ocr: OcrEngine | null;
43 ocrReady: boolean;
44 vizObjectUrl: string | null;
45}
46
47const state: AppState = {
48 imageFile: null,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…