Skip to content

Commit

Permalink
Merge branch 'url-to-local_filename'
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Oct 11, 2023
2 parents bba628e + a720e7e commit e895277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocrd-olena-binarize
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ function main {
exec 3>$FIFO

for ((n=0; n<${#ocrd__files[*]}; n++)); do
local in_fpath="$(ocrd__input_file $n url)"
local in_fpath="$(ocrd__input_file $n local_filename)"
local in_id="$(ocrd__input_file $n ID)"
local in_mimetype="$(ocrd__input_file $n mimetype)"
local in_pageId="$(ocrd__input_file $n pageId)"
Expand Down

0 comments on commit e895277

Please sign in to comment.