I am looking to extract information from HTML Tables. You can think of these tables like the ones on SEC Edgar filings.
e.g. http://www.sec.gov/Archives/edgar/data/12927/000119312505038602/d10k.htm .
I could go down the route of parsing the HTML document using Beautiful soup or lxml but there may be a lot of special cases or syntax cruft and variations that i may need to deal with.
As this is fairly common problem, i am hoping there are open source packages who already solved this problem.
Could you please suggest any packages/solutions that can help me.
Thanks in advance