Skip to content

Sample input and output #14

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
SundeepPidugu opened this issue May 2, 2019 · 4 comments
Open

Sample input and output #14

SundeepPidugu opened this issue May 2, 2019 · 4 comments

Comments

@SundeepPidugu
Copy link

I am new to ruby and i want to understand what exactly does this library provides, i am looking for extraction of a mathematical formulae in a text/pdf ? iam using python right now for this and i would like to understand whether this is a Calabash extension for automatic testing out apps on IOS and android devices ? or can it be used for other purposes ?

@gimsieke
Copy link
Contributor

gimsieke commented May 2, 2019

This is an extension for the XProc processor XML Calabash. It is meant to be called from XProc pipelines. The input is typically MathType that is embedded in binary files, EPS, or WMF images. There are underlying Ruby libraries that perform the MathType parsing.
This library is not suited for recognizing (by means of OCR) formulas that are contained in PDF documents.

@SundeepPidugu
Copy link
Author

@gimsieke Thanks for the quick response, Can you please provide me a sample input and output of the same and i would be looking forward to include it if it matches our use case and compactable with our techstack.

@gimsieke
Copy link
Contributor

gimsieke commented May 2, 2019

You can download a release of https://github.com/transpect/docx2tex and then convert any .docx file that contains MathType or the classic MS Equation Editor formulas. This extension will be used for converting them to MathML.

@SundeepPidugu
Copy link
Author

@gimsieke Thanks will give it a try.

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