| |
| site_name: Pix2Text |
| site_url: https://pix2text.readthedocs.io |
| site_description: Pix2Text Online Documents |
| site_author: Breezedeus |
|
|
| |
| repo_url: https://github.com/breezedeus/pix2text |
| repo_name: Breezedeus/Pix2Text |
| edit_uri: "" |
|
|
| |
| copyright: Copyright © 2022 - 2024 |
|
|
| |
| extra: |
| social: |
| - icon: fontawesome/brands/github |
| link: https://github.com/breezedeus |
| - icon: fontawesome/brands/zhihu |
| link: https://www.zhihu.com/people/breezedeus-50 |
| - icon: fontawesome/brands/youtube |
| link: https://www.youtube.com/@breezedeus |
| - icon: fontawesome/brands/youtube |
| link: https://space.bilibili.com/509307267 |
| - icon: fontawesome/brands/twitter |
| link: https://twitter.com/breezedeus |
|
|
| |
| theme: |
| name: material |
| |
| logo: figs/breezedeus.png |
| favicon: figs/breezedeus.ico |
| palette: |
| primary: indigo |
| accent: indigo |
| font: |
| text: Roboto |
| code: Roboto Mono |
| features: |
| - navigation.tabs |
| - navigation.expand |
| icon: |
| repo: fontawesome/brands/github |
|
|
| |
| markdown_extensions: |
| - meta |
| - pymdownx.emoji: |
| emoji_index: !!python/name:materialx.emoji.twemoji |
| emoji_generator: !!python/name:materialx.emoji.to_svg |
| - admonition |
| - pymdownx.details |
| - pymdownx.superfences |
| - attr_list |
| - md_in_html |
| - pymdownx.inlinehilite |
| - pymdownx.keys |
| - pymdownx.snippets |
| - pymdownx.tabbed |
| - footnotes |
| - def_list |
| - pymdownx.arithmatex: |
| generic: true |
| - pymdownx.tasklist: |
| custom_checkbox: true |
| clickable_checkbox: false |
| - codehilite |
| - pymdownx.highlight: |
| use_pygments: true |
| - toc: |
| toc_depth: 4 |
|
|
| |
| plugins: |
| - search |
| - macros |
| - mkdocstrings: |
| default_handler: python |
| handlers: |
| python: |
| rendering: |
| show_root_heading: false |
| show_source: true |
| show_category_heading: true |
| watch: |
| - cnocr |
|
|
| |
| extra_css: |
| - static/css/custom.css |
|
|
| |
| extra_javascript: |
| - https://cdnjs.cloudflare.com/ajax/libs/tablesort/5.2.1/tablesort.min.js |
| - https://polyfill.io/v3/polyfill.min.js?features=es6 |
| - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js |
|
|
| |
| nav: |
| - 🏠 Home: index.md |
| - 🛠️ Install: install.md |
| - 🛀🏻 Demo: demo.md |
| - 🧳 Models: models.md |
| - 📚 Examples: examples.md |
| - 📖 Usage: usage.md |
| - 🎮 APIs: |
| - Pix2Text: pix2text/pix_to_text.md |
| - TextFormulaOCR: pix2text/text_formula_ocr.md |
| - LatexOCR: pix2text/latex_ocr.md |
| - TableOCR: pix2text/table_ocr.md |
| - 💬 Contact: contact.md |
| - 🎛️ More: |
| - 🏄🏻 ️Command Tools: command.md |
| - 🕹 Model Training: train.md |
| - 🗒 RELEASE Notes: RELEASE.md |
| - 🙋🏽 FAQ: faq.md |
| - 🥤 Buy Me Coffee: buymeacoffee.md |
|
|