-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathconfig.json
More file actions
25 lines (25 loc) · 973 Bytes
/
Copy pathconfig.json
File metadata and controls
25 lines (25 loc) · 973 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"version": "1.2.2",
"experience": 0,
"bd_api_key": "",
"bd_secret_key": "",
"tx_app_id": "",
"tx_app_key": "",
"bd_ocr_api": "general_basic",
"bd_ocr_lang": "CHN_ENG",
"bd_access_token_url": "https://aip.baidubce.com/oauth/2.0/token",
"bd_general_basic_url": "https://aip.baidubce.com/rest/2.0/ocr/v1/general_basic",
"bd_general_url": "https://aip.baidubce.com/rest/2.0/ocr/v1/general_basic",
"bd_accurate_basic_url": "https://aip.baidubce.com/rest/2.0/ocr/v1/accurate_basic",
"bd_accurate_url": "https://aip.baidubce.com/rest/2.0/ocr/v1/accurate",
"bd_web_image_url": "https://aip.baidubce.com/rest/2.0/ocr/v1/webimage",
"tx_general_ocr_url": "https://api.ai.qq.com/fcgi-bin/ocr/ocr_generalocr",
"experience_account_url": "https://tool.drsanwujiang.com/video-ocr/api/txocr",
"jpg_quality": 40,
"binary_threshold": 250,
"ssim_threshold": 0.95,
"probability_bd": 0.8,
"video_dir": "/videos/",
"binary_tmp": "/binary_tmp/",
"output_dir": "/output/"
}