Interface TesseractOcrOnGolemConfig

interface TesseractOcrOnGolemConfig {
    args?: TesseractArgs;
    service: {
        api?: GolemApiConfig;
        deploy: ServiceDeploymentConfig;
        initTimeoutSec: number;
        market: MakeOptional<GolemMarketConfig, "paymentNetwork">;
        requestStartTimeoutSec: number;
    };
}

Properties

Properties

Tesseract OCR specific arguments that the user might want to use in order to tweak the performance or outcomes

service: {
    api?: GolemApiConfig;
    deploy: ServiceDeploymentConfig;
    initTimeoutSec: number;
    market: MakeOptional<GolemMarketConfig, "paymentNetwork">;
    requestStartTimeoutSec: number;
}

Configuration options to use when getting compute resources from the Golem Network

This configuration is concerned only with the settings which are relevant in the Tesseract OCR use-case