(url)
| 189 | |
| 190 | |
| 191 | def parse_htmlURL2json(url): |
| 192 | with open(dirname + '/Parsley/sample-links.txt', 'w') as f: |
| 193 | f.write(url) |
| 194 | create_dir(OUTPUT_DIR) |
| 195 | create_workers() |
| 196 | create_jobs() |
| 197 | return |
| 198 | |
| 199 | |
| 200 | def parse_PDF2txt(file_path, out_path): |
no test coverage detected