UNPKG

tesseract-wasm

Version:
5 lines (4 loc) 314 B
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";