diff --git a/content/docs/blog/ rec_other_lan.md b/content/docs/blog/ rec_other_lan.md index 5bb43f6..2d0dc18 100644 --- a/content/docs/blog/ rec_other_lan.md +++ b/content/docs/blog/ rec_other_lan.md @@ -42,4 +42,21 @@ save_name = "a" # outputs/a.srt outputs/a.txt extractor(rgb_dir, save_dir, save_name=save_name) -``` \ No newline at end of file +``` + + \ No newline at end of file diff --git a/content/docs/changelog.md b/content/docs/changelog.md index 7876fe7..67dad58 100644 --- a/content/docs/changelog.md +++ b/content/docs/changelog.md @@ -83,3 +83,21 @@ description: "" - [x] 添加具体参数说明 - [x] 制作项目Logo - [ ] 更多的测试 + + + \ No newline at end of file diff --git a/content/docs/faq.md b/content/docs/faq.md index 691d97a..9cd1390 100644 --- a/content/docs/faq.md +++ b/content/docs/faq.md @@ -11,3 +11,21 @@ description: "" #### Q: 装完环境之后,运行`python main.py`之后,报错**OSError: [WinError 126] 找不到指定的模組** **A**: 原因是Shapely库没有正确安装,如果是在Windows,可以在[Shapely whl](https://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely)下载对应的whl包,离线安装即可;另外一种解决办法是用conda安装也可。(@[hongyuntw](https://github.com/hongyuntw)) + + + \ No newline at end of file diff --git a/content/docs/online_demo.md b/content/docs/online_demo.md index 1ad377f..7836c38 100644 --- a/content/docs/online_demo.md +++ b/content/docs/online_demo.md @@ -26,3 +26,21 @@ toc: true
+ + + \ No newline at end of file diff --git a/content/docs/overview.md b/content/docs/overview.md index 273d8a5..03365ba 100644 --- a/content/docs/overview.md +++ b/content/docs/overview.md @@ -39,4 +39,22 @@ description: "" flowchart LR A[/Video/] --Extract subtitle key frame--> B(VideoSubFinder) --OCR-->C(RapidVideOCR) C --Convert--> D[/"SRT | TXT"/] -``` \ No newline at end of file +``` + + + \ No newline at end of file diff --git a/content/docs/quickstart.md b/content/docs/quickstart.md index 5ab175f..92cae93 100644 --- a/content/docs/quickstart.md +++ b/content/docs/quickstart.md @@ -40,3 +40,21 @@ extractor(rgb_dir, save_dir) ``` {{% /tab %}} {{< /tabs >}} + + + \ No newline at end of file diff --git a/content/docs/sponsor.md b/content/docs/sponsor.md index a09ba80..3ef5f60 100644 --- a/content/docs/sponsor.md +++ b/content/docs/sponsor.md @@ -33,3 +33,21 @@ If you are not in mainland China, you can also support the author through:
+ + + \ No newline at end of file diff --git a/content/docs/tutorial/beginner.md b/content/docs/tutorial/beginner.md index 3855266..93d8fe7 100644 --- a/content/docs/tutorial/beginner.md +++ b/content/docs/tutorial/beginner.md @@ -40,3 +40,21 @@ draft: false - **视频目录**:想要提取硬字幕的视频所在目录 - **保存路径**:保存提取结果的目录 6. 上述都填好之后,点击OK按钮,即可开始识别。 + + + \ No newline at end of file diff --git a/content/docs/tutorial/intermediate.md b/content/docs/tutorial/intermediate.md index 9c165b1..0bfe2e1 100644 --- a/content/docs/tutorial/intermediate.md +++ b/content/docs/tutorial/intermediate.md @@ -151,3 +151,21 @@ rgb_dir = 'test_files/TXTImages'
+ + + \ No newline at end of file diff --git a/content/docs/tutorial/senior.md b/content/docs/tutorial/senior.md index 77ee843..c08373d 100644 --- a/content/docs/tutorial/senior.md +++ b/content/docs/tutorial/senior.md @@ -167,4 +167,22 @@ VSFParameters: 前往`save_dir`目录下即可查看结果。 -{{< alert context="info" text="如果想要让视频播放软件自动挂载srt文件,需要更改srt文件名字为视频文件名字,且放到同一目录下,亦或者手动指定加载。" />}} \ No newline at end of file +{{< alert context="info" text="如果想要让视频播放软件自动挂载srt文件,需要更改srt文件名字为视频文件名字,且放到同一目录下,亦或者手动指定加载。" />}} + + + \ No newline at end of file