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

Enhance Config Parsing by Allowing Direct Input of Additional Parameters via cli_options #452

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ZeyuTeng96
Copy link

The purpose of this PR is to enhance the flexibility of parsing input parameters. In the current case match logic, if users need to pass additional parameters, they must first create a JSON file and provide its file path as the value of the config_json key. This PR modifies the case match logic to allow users to directly pass additional configuration parameters (e.g., layout model parameters, OCR model parameters, etc.) through cli_options, without relying on an external JSON file.

…ers via cli_options

The purpose of this PR is to enhance the flexibility of parsing input parameters. In the current case match logic, if users need to pass additional parameters, they must first create a JSON file and provide its file path as the value of the config_json key. This PR modifies the case match logic to allow users to directly pass additional configuration parameters (e.g., layout model parameters, OCR model parameters, etc.) through cli_options, without relying on an external JSON file.
Copy link
Contributor

github-actions bot commented Jan 2, 2025

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@ZeyuTeng96
Copy link
Author

I have read the CLA Document and I hereby sign the CLA

@ZeyuTeng96
Copy link
Author

recheck

github-actions bot added a commit that referenced this pull request Jan 2, 2025
@ZeyuTeng96
Copy link
Author

Sorry, I forgot to sign the CLA on PR#451.

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.

1 participant