tesseract-wasm
Version:
OCR library built on Tesseract
5 lines (4 loc) • 314 B
TypeScript
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";