export declare enum OcrOutput {
    Pdf = "pdf",
    Hocr = "hocr",
    Text = "text"
}
