mirror of
https://github.com/opendatalab/MinerU.git
synced 2026-03-27 11:08:32 +07:00
7 lines
246 B
Python
7 lines
246 B
Python
import os
|
|
conf = {
|
|
"code_path": os.environ.get('GITHUB_WORKSPACE'),
|
|
"pdf_dev_path" : os.environ.get('GITHUB_WORKSPACE') + "/tests/test_cli/pdf_dev",
|
|
"pdf_res_path": "/tmp/magic-pdf",
|
|
"jsonl_path": "s3://llm-qatest-pnorm/mineru/test/line1.jsonl"
|
|
} |