MCPcopy
hub / github.com/PaddlePaddle/PaddleOCR / ocr-core.test.ts

File ocr-core.test.ts

paddleocr-js/packages/core/test/ocr-core.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, describe, expect, it, vi } from "vitest";
2
3const loadModelAsset = vi.fn();
4const createDetModel = vi.fn();

Callers

nothing calls this directly

Calls 10

itFunction · 0.85
loadCoreModuleFunction · 0.85
minimalPipelineConfigFunction · 0.85
disposeModelsOnlyMethod · 0.80
predictMethod · 0.65
disposeMethod · 0.65
initializeMethod · 0.45
getModelConfigMethod · 0.45

Tested by

no test coverage detected