-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
37 lines (37 loc) · 1.02 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
site_name: OCR Layout Helper
site_description: 'Ability to get more meaninful text out of common OCR outputs.'
site_author: 'Nicolas Uthurriague'
nav:
- Home: index.md
- 'Getting Started': getting-started.md
- OCR Engines:
- 'Azure OCR': engines/azure.md
- 'Google OCR': engines/google.md
- 'AWS OCR': engines/aws.md
- 'Sorting Strategy': sorting.md
- Examples:
- 'Simple Infographic': examples/infography1.md
- 'Complex Infographic': examples/infography2.md
- 'Simple page Layout': examples/scan1.md
- 'Common page Layout': examples/scan6.md
- 'Complex page Layout': examples/scan2.md
- 'Known Limitations': known-limitations.md
- About:
- License: about/license.md
theme:
name: 'material'
palette:
primary: 'blue'
feature:
tabs: true
extra_css:
- 'extra.css'
markdown_extensions:
- codehilite:
guess_lang: false
- toc:
permalink: true
plugins:
- search
repo_url: https://github.com/puthurr/ocrlayout
edit_uri: blob/master/docs/