File tree Expand file tree Collapse file tree 2 files changed +17
-20
lines changed
Expand file tree Collapse file tree 2 files changed +17
-20
lines changed Original file line number Diff line number Diff line change 1- - [ ホーム] ( / )
1+ * ** プロジェクトアーキテクチャ**
2+ * [ システム全体設計] ( docs/project_architecture/project_architecture.md )
23
3- - ** プロジェクトアーキテクチャ**
4- - [ システム全体設計] ( /docs/project_architecture/project_architecture )
5-
6- - ** 実装詳細**
7- - [ OCR日本語処理] ( /docs/project%20code%20documentation/ocr_japanease )
4+ * ** 実装詳細**
5+ * [ OCR日本語処理] ( docs/project%20code%20documentation/ocr_japanease.md )
86
9- - ** ネットワーク**
10- - [ DetectionNet] ( / docs/project%20code%20documentation/nets/detectionnet)
11- - [ ClassifierNet] ( / docs/project%20code%20documentation/nets/classifiernet)
12- - [ Block] ( / docs/project%20code%20documentation/nets/block)
7+ * ** ネットワーク**
8+ * [ DetectionNet] ( docs/project%20code%20documentation/nets/detectionnet.md )
9+ * [ ClassifierNet] ( docs/project%20code%20documentation/nets/classifiernet.md )
10+ * [ Block] ( docs/project%20code%20documentation/nets/block.md )
1311
14- - ** ユーティリティ**
15- - [ Structure] ( /docs/project%20code%20documentation/misc/structure )
16- - [ Detection] ( /docs/project%20code%20documentation/misc/detection )
17- - [ NMS] ( /docs/project%20code%20documentation/misc/nms )
18-
19- - ** プロジェクトリンク**
20- - [ GitHub リポジトリ] ( https://github.com/ciandt-china-dev/genai_docs )
21- - [ 元プロジェクト] ( https://github.com/tanreinama/OCR_Japanease )
12+ * ** ユーティリティ**
13+ * [ Structure] ( docs/project%20code%20documentation/misc/structure.md )
14+ * [ Detection] ( docs/project%20code%20documentation/misc/detection.md )
15+ * [ NMS] ( docs/project%20code%20documentation/misc/nms.md )
Original file line number Diff line number Diff line change 77 < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css ">
88</ head >
99< body >
10- < div id ="app "> </ div >
10+ < div id ="app "> Loading... </ div >
1111 < script >
1212 window . $docsify = {
1313 loadSidebar : true ,
14+ hideSidebar : false ,
1415 auto2top : true ,
1516 maxLevel : 4 ,
16- subMaxLevel : 2
17+ subMaxLevel : 2 ,
18+ mergeNavbar : true ,
19+ executeScript : true
1720 }
1821 </ script >
1922 < script src ="https://cdn.jsdelivr.net/npm/docsify@4 "> </ script >
You can’t perform that action at this time.
0 commit comments