|
@@ -2914,7 +2914,7 @@ class ProductAttributesPredictor():
|
|
|
:return:公告表格内 产品、数量、单价、品牌、规格 ,表头,表头列等信息
|
|
|
'''
|
|
|
|
|
|
- html = html.replace('<br>', '\n')
|
|
|
+ html = html.replace('<br>', '\n').replace('<br/>', '\n')
|
|
|
soup = BeautifulSoup(html, 'lxml')
|
|
|
# flag_yx = True if re.search('采购意向', html) else False
|
|
|
flag_yx = True if re.search('采购意向|招标意向|选取意向|意向公告|意向公示|意向公开', html) else False
|