Amanda Cameron
a501d1d18f
Adding table extraction to partition_html ( #1324 )
...
Adding table extraction to HTML partitioning.
This PR utilizes 'table' HTML elements to extract and parse HTML tables
and return them in partitioning.
```
# checkout this branch, go into ipython shell
In [1]: from unstructured.partition.html import partition_html
In [2]: path_to_html = "{html sample file with table}"
In [3]: elements = partition_html(path_to_html)
```
you should see the table in the elements list!
2023-09-11 11:14:11 -07:00
..
2023-09-11 11:14:11 -07:00
2023-07-24 10:06:13 -07:00
2023-09-11 11:40:56 -04:00
2023-08-30 07:21:04 +00:00
2023-08-29 23:23:14 +00:00
2023-08-29 02:04:59 +00:00
2023-08-29 02:04:59 +00:00
2023-08-29 02:04:59 +00:00
2023-08-11 12:02:51 -07:00
2023-08-29 23:23:14 +00:00
2023-08-29 23:23:14 +00:00
2023-09-11 11:40:56 -04:00
2023-09-11 11:40:56 -04:00
2023-09-11 11:40:56 -04:00
2023-09-11 11:40:56 -04:00
2023-09-11 11:40:56 -04:00
2023-09-11 11:40:56 -04:00
2023-09-11 11:40:56 -04:00
2023-09-11 11:40:56 -04:00
2023-09-11 11:40:56 -04:00
2023-09-11 11:40:56 -04:00
2023-09-11 11:40:56 -04:00
2023-09-11 11:40:56 -04:00
2023-09-11 11:40:56 -04:00
2023-09-11 11:40:56 -04:00
2023-09-11 11:40:56 -04:00
2023-09-11 11:40:56 -04:00
2023-09-11 11:40:56 -04:00
2023-09-11 11:40:56 -04:00
2023-09-11 11:40:56 -04:00
2023-09-11 11:40:56 -04:00
2023-09-11 11:40:56 -04:00
2023-09-11 11:40:56 -04:00
2023-09-11 11:40:56 -04:00
2023-09-11 11:40:56 -04:00
2023-09-11 11:40:56 -04:00
2023-09-11 11:40:56 -04:00
2023-09-11 11:40:56 -04:00
2023-09-11 11:40:56 -04:00
2023-09-11 11:40:56 -04:00
2023-09-11 11:40:56 -04:00
2023-09-11 11:40:56 -04:00
2023-09-06 10:10:48 +00:00