Use search query to find hi-res part images. Improve cache quality
This commit is contained in:
@@ -48,14 +48,14 @@ def parse(filename, output_dir):
|
||||
|
||||
|
||||
table_list[text_body] = table.df
|
||||
table.to_html("table" + str(n) + ".html")
|
||||
#table.to_html("table" + str(n) + ".html")
|
||||
|
||||
#print(table.df)
|
||||
#camelot.plot(table, kind='grid').savefig("test" + str(n) + ".png")
|
||||
n=n+1
|
||||
#camelot.plot(tables[0], kind='grid').savefig("test.png")
|
||||
|
||||
tables.export(output_dir + '/techdata.csv', f='csv')
|
||||
tables.export(output_dir + '/techdata.json', f='json')
|
||||
|
||||
# print(table_list)
|
||||
# Extract Basic details - part name & description, image, etc
|
||||
|
||||
Reference in New Issue
Block a user