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

Why does the formula lack the $ symbol after OCR, making it unable to render in the md editor? #31

Open
Fanxi1992 opened this issue Feb 26, 2025 · 1 comment
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@Fanxi1992
Copy link

📚 The doc issue

Image

The formula for identifying academic papers is:
[ \begin{aligned} \vec{OD} &= (XI - XO, YI - YO) = \ &= \left( \frac{\sum_{i=1}^{n} (I_i)}{\sum_{i=1}^{n} P_i}, \frac{\sum_{i=1}^{n} (O_i)}{\sum_{i=1}^{n} P_i} \right) - \left( \frac{\sum_{i=1}^{n} (O_i)}{\sum_{i=1}^{n} P_i}, \frac{\sum_{i=1}^{n} (I_i)}{\sum_{i=1}^{n} P_i} \right) \end{aligned} ]

This cannot be recognized in editors like Typora.

If it is:

$[ \begin{aligned} \vec{OD} &= (XI - XO, YI - YO) = \ &= \left( \frac{\sum_{i=1}^{n} (I_i)}{\sum_{i=1}^{n} P_i}, \frac{\sum_{i=1}^{n} (O_i)}{\sum_{i=1}^{n} P_i} \right) - \left( \frac{\sum_{i=1}^{n} (O_i)}{\sum_{i=1}^{n} P_i}, \frac{\sum_{i=1}^{n} (I_i)}{\sum_{i=1}^{n} P_i} \right) \end{aligned} ]$

Then it can be identified, is this a negligence?

Suggest a potential alternative/fix

No response

@Fanxi1992 Fanxi1992 added the documentation Improvements or additions to documentation label Feb 26, 2025
@jakep-allenai
Copy link
Collaborator

Yeah, this is a limitation of V1 of this model. I think in a future version we are going to enforce a more consistent format on the equation syntax, and to try to maintain consistency from page to page as well.

@jakep-allenai jakep-allenai added the bug Something isn't working label Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants