Closed KartikChugh closed 6 years ago
The extraction of <img class='header' align='left'> yields [img, class, header], neglecting align='left'.
<img class='header' align='left'>
Need a way to account for multiple attribute-value pairs.
e1e9544 extracts all attribute-value pairs and stores each one as a separate entry in the training table.
The extraction of
<img class='header' align='left'>
yields [img, class, header], neglecting align='left'.Need a way to account for multiple attribute-value pairs.