Skip to content
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

[odt] images parser #3165

Merged
merged 4 commits into from
Oct 18, 2016
Merged

[odt] images parser #3165

merged 4 commits into from
Oct 18, 2016

Conversation

hubertp-lshift
Copy link
Contributor

Provide parser for the ODT images (previously ignored). Also, nested 'draw:frame' elements are handled in order to infer a possible non-empty caption.

Highly influenced by the docx support, refactored
some code to avoid DRY.
Frame can contain other frames with the text boxes.
This is something that has not been considered before
and meant that the whole construction of images was
broken in those cases. Also the captions were fixed/ignored.
@hubertp-lshift
Copy link
Contributor Author

@jgm are the errors some false positives? Doesn't seem to be related.

@jgm
Copy link
Owner

jgm commented Oct 18, 2016

+++ hubertp-lshift [Oct 18 16 02:46 ]:

[1]@jgm are the errors some false positives? Doesn't seem to be
related.

Yes there are some other issues that I'm trying to clear up now.

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

Successfully merging this pull request may close these issues.

3 participants