()
| 89 | } |
| 90 | |
| 91 | async function loadCoreModule() { |
| 92 | return import("../src/pipelines/ocr/core"); |
| 93 | } |
| 94 | |
| 95 | describe("OCR pipeline core", () => { |
| 96 | it("initializes OpenCV and ORT, loads assets, and creates models", async () => { |
no outgoing calls
no test coverage detected
searching dependent graphs…