export { OcrVisualizer, renderOcrToBlob } from "./ocr/renderer"; export { deterministicColor } from "./color"; export type { RgbColor, FontConfig } from "./types"; export type { BoxStyleOptions, OcrVisualizerOptions } from "./ocr/types"; //# sourceMappingURL=index.d.ts.map