Math Latex
文章目录
python 输出 latex 工具
参考:
工具列表:
sympy
- 可以解析 latex 成为 sympy 函数,注意:有可能解析错误
SageMath
- 这是一个工具集,底层有调用到 sympy 等
latexifier
- GitHub - google/latexify_py: A library to generate LaTeX expression from Pyth…
- demo: Google Colab
功能:
- python 函数或者其他对象直接输出成 latex 表达式并展示
- 在 jupyter 中直接展示成渲染结果
字符级别转换 —- latex 转字符串
表达式级别转换 —- latex Vs unicode 转换工具
pylatexenc
nougat-ocr 提供的模块
latex_conversion.py- https://github.com/facebookresearch/nougat/blob/7fd8197e68d27558597c4caf8df09b7c3e1114b1/nougat/dataset/utils/latex_conversion.py#L55
功能
- 正规化 normalization
基于 pylatexenc 封装的小函数
转换
unicode_to_latex工具- 减少了重复的 latex command
- 把文本转换成 latex
(OCR) 图片转 Latex
nougat
- GitHub - facebookresearch/nougat: Implementation of Nougat Neural Optical Und…
- 支持 PDF 或 图片识别城 .mmd (mathpix markdown) 格式文本
LatexOCR pix2tex
Nougat-Latex-Base
- 使用 nougat-base 模型通过 latex + 图片数据集再训练得到的 公式识别增强模型
- https://huggingface.co/Norm/nougat-latex-base
pylatexenc
latex str AST 解析
| |
latex 符号数据库
| |
latex 转文本 text (unicode)
| |
文章作者
上次更新 2024-07-16 (7f33ae8)