()
| 7 | |
| 8 | |
| 9 | def test_basic(): |
| 10 | main( |
| 11 | workspace="./resources/workspace_example", |
| 12 | target_lang="en", |
| 13 | num_train=10, |
| 14 | num_val=1, |
| 15 | num_test=1, |
| 16 | debug=True, |
| 17 | num_process=-1, |
| 18 | shrink_heuristic=True, |
| 19 | remove_background=True, |
| 20 | unroll_contents=False, |
| 21 | change_para_font=True, |
| 22 | sleep_time=1, |
| 23 | capture_widths=(800, 1200, 1600), |
| 24 | capture_height_limit=16384, |
| 25 | final_width=None, |
| 26 | chunk_idx=None, |
| 27 | total_chunk=None, |
| 28 | chrome_path="resources/chromedriver", |
| 29 | html_section_chunker=True, |
| 30 | ) |