Ankush Shah
Ankush Shah
the test is failing. will look into it and then reopen
only the test_donga_korean is failing. I looked at the expected in the test and even it has the same problem. The expected value doesn't have spaces after "." (period) in...
This should be possible with small changes in the code. If you look at the [code](https://github.com/ankushshah89/python-docx2txt/blob/master/docx2txt/docx2txt.py#L81), text from [header](https://github.com/ankushshah89/python-docx2txt/blob/master/docx2txt/docx2txt.py#L84), [main document](https://github.com/ankushshah89/python-docx2txt/blob/master/docx2txt/docx2txt.py#L88) and [footer](https://github.com/ankushshah89/python-docx2txt/blob/master/docx2txt/docx2txt.py#L95) are appended to a single 'text' variable....
I will try to work on this feature but feel free to send a pull request too.