ya-ocr
    Preparing search index...

    Type Alias OCROpts

    type OCROpts = {
        fetchFn?: ClientType.FetchFunction;
        fetchOpts?: Record<string, unknown>;
        headers?: Record<string, string>;
        host?: string;
        translateLang?: ClientType.Lang;
        withTranslate?: boolean;
    }
    Index
    fetchFn?: ClientType.FetchFunction
    fetchOpts?: Record<string, unknown>
    headers?: Record<string, string>
    host?: string
    translateLang?: ClientType.Lang
    withTranslate?: boolean