Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance Config Parsing by Allowing Direct Input of Additional Paramet…
…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.
- Loading branch information