A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/chuxinyuan/simpletex below:

GitHub - chuxinyuan/simpletex

By calling the 'SimpleTex' https://simpletex.cn/ open API implements text and mathematical formula recognition on the image, and the output formula can be used directly with Markdown and LaTeX.

# Install development version from GitHub
remotes::install_github("chuxinyuan/simpletex")
# Install from CRAN
install.packages("simpletex")
Configure the ID and SECRET for the SimpleTex API

To use the simpletex package, user need to first register with the SimpleTex platform, and then create application. After creating the application, Then you will get SimpleTex API ID and SECRET.

Put your SimpleTex API ID and SECRET in the following code and run it once.

cat(
  '\n# ID and SECRET of SimpleTex',
  'SIMPLETEX_APP_ID = "Your SimpleTex API ID"',
  'SIMPLETEX_APP_SECRET = "Your SimpleTex API SECRET"',
  file = '~/.Renviron', sep = '\n', append = TRUE
)
imgocr(img = "path/to/image", mode = "latex_ocr")

For the output, for example: "E=mc^2", you can copy only the parts within quotation marks of the output directly into the '.md' or '.tex' document.

Note: in order to the formula to render properly in '.md' or '.tex' documents, you also need to wrap the formula with $ or $$ on both sides.

simpletex is free and open source software, licensed under MIT + file LICENSE.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4