MCPcopy Create free account
hub / github.com/K-Quant/HiDy / parse_htmlURL2json

Function parse_htmlURL2json

company_rel/data_processing.py:191–197  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

189
190
191def 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
200def parse_PDF2txt(file_path, out_path):

Callers 1

user_input_parseFunction · 0.85

Calls 2

create_workersFunction · 0.85
create_jobsFunction · 0.85

Tested by

no test coverage detected