-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
34 lines (33 loc) · 809 Bytes
/
Copy pathconfig.example.json
File metadata and controls
34 lines (33 loc) · 809 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
26
27
28
29
30
31
32
33
{
"browser": {
"window_width": 1920,
"window_height": 1080,
"headless": false,
"disable_infobars": true,
"disable_notifications": true,
"use_existing_profile": false,
"user_data_dir": null
},
"capture": {
"max_attempts": 3,
"wait_timeout": 10,
"page_load_timeout": 30,
"animation_wait": 2.0,
"consecutive_same_threshold": 10,
"image_diff_threshold": 2.0,
"use_perceptual_hash": true,
"post_present_wait": 2.0,
"page_stability_check_interval": 0.5,
"duplicate_check_retry_delay": 1.0,
"image_cache_size": 5,
"remove_first_n_images": 1,
"remove_last_n_images": 2,
"validate_images_before_pdf": true
},
"pdf": {
"resolution": 100.0,
"output_format": "PDF"
},
"output_folder": "slides",
"debug": false
}