mirror of
https://github.com/opendatalab/MinerU.git
synced 2026-08-28 19:22:17 +08:00
5 lines
147 B
Python
5 lines
147 B
Python
# Copyright (c) Opendatalab. All rights reserved.
|
|
API_PROTOCOL_VERSION = 1
|
|
DEFAULT_MAX_CONCURRENT_REQUESTS = 3
|
|
DEFAULT_PROCESSING_WINDOW_SIZE = 64
|