mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/ocr.git
synced 2025-07-01 09:00:33 +00:00
test
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user