mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/ocr.git
synced 2024-12-26 18:44:18 +00:00
test
This commit is contained in:
parent
c616e13eea
commit
003dfc6ae9
@ -291,7 +291,7 @@ def normalize_input_filenames(path):
|
||||
def main():
|
||||
args = parse_arguments()
|
||||
|
||||
normalize_input_filenames(args.inputDir)
|
||||
# normalize_input_filenames(args.inputDir)
|
||||
jobs = analyze_jobs(args.inputDir, args.outputDir, skip_pdf=args.skip_pdf, skip_images=args.skip_images)
|
||||
|
||||
wflow = OCRWorkflow(jobs, args.lang, args.pdf, args.keepIntermediates, args.nCores)
|
||||
|
Loading…
Reference in New Issue
Block a user