代码拉取完成,页面将自动刷新
# -*- encoding: utf-8 -*-
# @Author: SWHL
# @Contact: [email protected]
# 提取 + 识别
from rapid_videocr import RapidVideoSubFinderOCR
vsf_exe = r"G:\ProgramFiles\VideoSubFinder_6.10_x64\Release_x64\VideoSubFinderWXW.exe"
vsf_ocr = RapidVideoSubFinderOCR(vsf_exe_path=vsf_exe, is_concat_rec=True)
# video_path可以是目录或者具体video路径
video_path = "test_files/tiny/2.mp4"
save_dir = "outputs"
vsf_ocr(video_path, save_dir)
# 只识别
from rapid_videocr import RapidVideOCR
extractor = RapidVideOCR(is_concat_rec=True, is_print_console=False)
rgb_dir = "test_files/RGBImagesTiny"
save_dir = "outputs"
save_name = "a"
# outputs/a.srt outputs/a.txt
extractor(rgb_dir, save_dir, save_name=save_name)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。