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 #451

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:
Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


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


You can retrigger this bot by commenting recheck in this Pull Request

@ZeyuTeng96
Copy link
Author

recheck

@ZeyuTeng96 ZeyuTeng96 closed this Jan 2, 2025
@ZeyuTeng96 ZeyuTeng96 reopened this Jan 2, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Jan 2, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant