Closed HiromuHota closed 4 years ago
Describe the bug
According to the docs,
Page indexes start at 0.
However, the page assigned by VisualLinker is 1-based indexing.
To Reproduce
It is trivial. You can see assertions like assert sentence.page == [1, 1, 1] at test_parser.py for example.
assert sentence.page == [1, 1, 1]
Expected behavior
This is ether a documentation error or implementation error.
Environment (please complete the following information):
Additional context Add any other context about the problem here.
Describe the bug
According to the docs,
However, the page assigned by VisualLinker is 1-based indexing.
To Reproduce
It is trivial. You can see assertions like
assert sentence.page == [1, 1, 1]
at test_parser.py for example.Expected behavior
This is ether a documentation error or implementation error.
Environment (please complete the following information):
Additional context Add any other context about the problem here.