rapid_videocr Package
1. Install package by pypi.
$ pip install rapid_videocr
2. Run by script.
from rapid_videocr import RapidVideOCR
extractor = RapidVideOCR()
mp4_path = 'assets/test_video/2.mp4'
ocr_result = extractor(mp4_path)
print(ocr_result)
3. Run by command line.
$ rapid_videocr --mp4_path xxx.mp4
4. Result.
- Return value.
[ [0, '00:00:00,041', '00:00:00,416', '空间里面他绝对赢不了的'], [10, '00:00:00,458', '00:00:01,166', '我进去帮他'], [37, '00:00:01,583', '00:00:02,541', '你们接着善后'] ]
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rapid_videocr-1.1.0-py3-none-any.whl.
File metadata
- Download URL: rapid_videocr-1.1.0-py3-none-any.whl
- Upload date:
- Size: 12.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e59b58683f35193396cd4e57403e2d7ff359a2741ceb8e28155a74e59db27f5
|
|
| MD5 |
44b4d8994f65bcfcb9bdad0bfee089fa
|
|
| BLAKE2b-256 |
e5e9f752258fda252f14151244e5ec4eea0bc921b15e1b6996987746c92b0145
|