|
18 | 18 |
|
19 | 19 | ### Introduction |
20 | 20 |
|
21 | | -- Video hard subtitle extraction, automatically generate the corresponding `srt | ass | txt` file. |
22 | | -- Supported subtitle languages: Chinese | English (For other supported languages, see: [List of supported languages](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.1/doc/doc_ch/multi_languages.md#%E8%AF%AD%E7%A7%8D%E7%BC%A9%E5%86%99)) |
23 | | -- The advantages are as follows: |
24 | | - - **Faster extraction**: Used in conjunction with [VideoSubFinder](https://sourceforge.net/projects/videosubfinder/) software to extract key subtitle frames faster. |
25 | | - - **More accurate recognition**: Use [RapidOCR](https://github.com/RapidAI/RapidOCR) as the recognition library. |
26 | | - - **More convenient to use**: pip can be installed directly and used. |
| 21 | +`rapid_videocr` is a tool designed for the automatic extraction of hard subtitles from videos and generates corresponding `srt | ass | txt` files. |
27 | 22 |
|
28 | | -- For desktop EXE version, please go to [RapidVideOCRDesktop](https://github.com/SWHL/RapidVideOCRDesktop). |
29 | | -- If it helps you, please give a star ⭐. |
| 23 | +Supported subtitle languages: [List of Supported Languages](https://rapidai.github.io/RapidOCRDocs/main/model_list/#_4). Since this tool relies on the `rapidocr` library, any language supported by `rapidocr` for recognition is also supported by `rapid_videocr`. |
| 24 | + |
| 25 | +Its advantages include: |
| 26 | + |
| 27 | +- **Faster Extraction**: When used in conjunction with the [VideoSubFinder](https://sourceforge.net/projects/videosubfinder/) software, it can extract key subtitle frames more quickly. |
| 28 | +- **More Accurate Recognition**: It utilizes [RapidOCR](https://github.com/RapidAI/RapidOCR) as its recognition library. |
| 29 | +- **Easier to Use**: It can be installed directly via pip and is ready to use. |
| 30 | + |
| 31 | +For the desktop EXE version, please visit [RapidVideOCRDesktop](https://github.com/SWHL/RapidVideOCRDesktop). |
| 32 | + |
| 33 | +If this tool has been helpful to you, please give it a star ⭐. |
30 | 34 |
|
31 | 35 | ### [Online Demo](https://huggingface.co/spaces/SWHL/RapidVideOCR) |
32 | 36 |
|
33 | 37 | <div align="center"> |
34 | | - <img src="https://github.com/SWHL/RapidVideOCR/releases/download/v2.0.1/OnlineDemo.gif" alt="Demo" width="100%" height="100%"> |
| 38 | + <img src="https://github.com/SWHL/RapidVideOCR/releases/download/v2.0.1/OnlineDemo.gif" alt="Demo" width="60%" height="60%"> |
35 | 39 | </div> |
36 | 40 |
|
37 | 41 | ### Overall framework |
@@ -76,7 +80,7 @@ extractor(rgb_dir, save_dir, save_name=save_name) |
76 | 80 |
|
77 | 81 | ### Documentation |
78 | 82 |
|
79 | | -Full documentation can be found on [docs](https://swhl.github.io/RapidVideOCR), in Chinese. |
| 83 | +Full documentation can be found on [docs](https://swhl.github.io/RapidVideOCR) in Chinese. |
80 | 84 |
|
81 | 85 | ### Code Contributors |
82 | 86 |
|
|
0 commit comments