I have a webpage which content(single div
and a lot of text with formatting) is splitted into several columns(30-40) by CSS3 ( through column-height
and column-width
)
Is there any way to get content of a specific column (the text inside that column)? Any language, framework or algorithm are welcome :)