Skip to content

Reading list numbers along with text #614

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
sidsunlife opened this issue Jan 28, 2019 · 1 comment
Open

Reading list numbers along with text #614

sidsunlife opened this issue Jan 28, 2019 · 1 comment

Comments

@sidsunlife
Copy link

I am trying to read a word file which has following structure with ordered list

  1. Overview(heading 1)
  2. Required changes(heading 1)
    2.1 General Changes (heading 2)
    2.2 Functional Changes (heading 2)
  3. Review Section (heading 1)
    3.1 General comments(heading1)
    3.2 Functional comments(heading 2)

While reading the file, I am able to read the text of the file successfully but I also need to read the list numbers along with the text. I tried to search for it but could not find anything substantial.

How can i do it

@brasky
Copy link

brasky commented Jan 28, 2019

There's a feature request open for this #471, I'm not sure if there's a very intuitive way to get the list number. I'm doing some experimentation to see what I can find.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants