You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's #528 issue before that showed how to insert Office Math ML (Equations) text, but I want to know is there any way to parse/extract text? #706 that seemed to have handled it however it still doesn't work for all text:
for e.g. in this below extract from slide.xml, it parses "We factorise it as" under <a:r> tag but doesn't not parse "𝑥" under <a14:m> tag.
Also see issue #947 . I'm interested in this project to extract professors' slides' text for a platform to crowdsource contributions, revision, and reviews of teaching materials in quantum information.
There's #528 issue before that showed how to insert Office Math ML (Equations) text, but I want to know is there any way to parse/extract text? #706 that seemed to have handled it however it still doesn't work for all text:
for e.g. in this below extract from slide.xml, it parses "We factorise it as" under
<a:r>
tag but doesn't not parse "𝑥" under<a14:m>
tag.Is there any way to extract by parsing tree?
The text was updated successfully, but these errors were encountered: