Closed fernandobeast closed 11 months ago
Hi @fernandobeast, do you have a particular filing / table you're looking at that we could test against? By the way, if you haven't seen it before, we do have an SEC filings extraction repo, though it predates the partition
function. cc: @qued
thanks for the reply @MthwRobinson, I am trying to extract data from 10-Q like numbers in balance sheet, cash flows, etc.. and I've followed the instruction in SEC filings extraction repo, for example looping the text from sec_document.get_table_of_contents() however it returns empty list.
there is no function under from unstructured.partition.auto import partition which can extract table content, I've looped and searched elements but no luck!
can someone help me?