export { OCRClient } from "./ocr-client";
export type { OCRClientInit } from "./ocr-client";
export { createOCREngine, layoutFlags, supportsFastBuild } from "./ocr-engine";
export type { CreateOCREngineOptions, BoxItem, IntRect, OCREngine, Orientation, ProgressListener, TextItem, TextUnit, } from "./ocr-engine";
