Roland Ding commited on
Commit
514aa06
·
1 Parent(s): 277407d

9.9.24.76 removed the table extraction feature.

Browse files
Files changed (1) hide show
  1. features.py +2 -2
features.py CHANGED
@@ -119,8 +119,8 @@ def update_article_segment(article):
119
  "Material and Methods": materials_and_methods,
120
  "Results": results,
121
  "Meta Content": meta_content,
122
- "tables": get_tables(article["name"]),
123
-
124
  })
125
 
126
  # add the key content as an aggregation of the other sections
 
119
  "Material and Methods": materials_and_methods,
120
  "Results": results,
121
  "Meta Content": meta_content,
122
+ "tables": ""
123
+ # "tables": get_tables(article["name"]),
124
  })
125
 
126
  # add the key content as an aggregation of the other sections