Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
opendatalab/MinerU
Echo9k
/
PDF_reader
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a73ec05
PDF_reader
/
config.py
Echo9k
reorganized structure
73683aa
2 months ago
raw
Copy download link
history
blame
Safe
Wrap lines
184 Bytes
# config.py
import
yaml
def
load_config
(
config_path=
"config.yaml"
):
with
open
(config_path,
"r"
)
as
f:
config = yaml.safe_load(f)
return
config
config = load_config()