| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- site_name: MinerU
- site_url: https://sidney233.github.io/MinerU/
- repo_name: opendatalab/MinerU
- repo_url: https://github.com/opendatalab/MinerU
- theme:
- name: material
- palette:
- # Palette toggle for automatic mode
- - media: "(prefers-color-scheme)"
- scheme: default
- primary: black
- toggle:
- icon: material/brightness-auto
- name: Switch to light mode
- # Palette toggle for light mode
- - media: "(prefers-color-scheme: light)"
- scheme: default
- primary: black
- toggle:
- icon: material/brightness-7
- name: Switch to dark mode
- # Palette toggle for dark mode
- - media: "(prefers-color-scheme: dark)"
- scheme: slate
- primary: black
- toggle:
- icon: material/brightness-4
- name: Switch to system preference
- logo: images/logo.png
- favicon: images/logo.svg
- features:
- - content.tabs.link
- - content.code.annotate
- - content.code.copy
- - navigation.instant
- - navigation.instant.progress
- - navigation.tabs
- - navigation.tabs.sticky
- - navigation.sections
- - navigation.path
- - navigation.indexes
- - search.suggest
- nav:
- - Home:
- - "MinerU": index.md
- - Quick Start:
- - quick_start/index.md
- - Online Demo: quick_start/online_demo.md
- - Local Deployment: quick_start/local_deployment.md
- - Usage:
- - usage/index.md
- - API Calls or Visual Invocation: usage/api.md
- - Extending MinerU Functionality Through Configuration Files: usage/config.md
- - FAQ:
- - FAQ: FAQ/index.md
- - Output File Format: output_file.md
- - Known Issues: known_issues.md
- - TODO: todo.md
- plugins:
- - search
- - i18n:
- docs_structure: folder
- languages:
- - locale: en
- default: true
- name: English
- build: true
- - locale: zh
- name: 中文
- build: true
- nav_translations:
- Home: 主页
- Quick Start: 快速开始
- Online Demo: 在线体验
- Local Deployment: 本地部署
- Usage: 使用方法
- API Calls or Visual Invocation: API 调用 或 可视化调用
- Extending MinerU Functionality Through Configuration Files: 基于配置文件扩展 MinerU 功能
- FAQ: FAQ
- Output File Format: 输出文件格式
- Known Issues: Known Issues
- TODO: TODO
- - mkdocs-video
- markdown_extensions:
- - gfm_admonition
- - pymdownx.highlight:
- use_pygments: true
- - pymdownx.superfences
- - pymdownx.tasklist:
- custom_checkbox: true
|