Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bashlib parse__argv: check filegrps #743

Merged
merged 3 commits into from
Nov 30, 2021

Conversation

bertsky
Copy link
Collaborator

@bertsky bertsky commented Nov 11, 2021

Fix #741 (and thus OCR-D/ocrd_olena#76)

_valopts+=( --page-id "${ocrd__argv[page_id]}" )
fi
_valopts+=( "${OCRD_TOOL_NAME#ocrd-} -I ${ocrd__argv[input_file_grp]} -O ${ocrd__argv[output_file_grp]}" )
ocrd validate tasks "${_valopts[@]}" || exit $?
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clever reuse of this feature.

@kba kba merged commit 2ac279c into OCR-D:master Nov 30, 2021
@bertsky bertsky deleted the bashlib-parse-argv-filegrps branch June 6, 2024 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bashlib: check fileGrps
2 participants