登录 注册
当前位置:主页 > 资源下载 > 47 > 数学公式识别技术:LaTeX_OCR

数学公式识别技术:LaTeX_OCR

  • 更新:2024-12-15 19:07:38
  • 大小:44.46MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

LaTeX OCR win10 用 GPU 加速训练 如何可视化Attention层 致谢 Seq2Seq + Attention + Beam Search。 结构 1. 搭建环境 python3.5 + tensorflow1.12.2 latex (latex 转 pdf) ghostscript (图片处理) magick (pdf 转 png) Linux 一键安装 make install-linux 或 安装本项目依赖 virtualenv env35 --python=python3.5 source env35/bin/activate pip install -r requirements.txt 安装 latex (latex 转 pdf) sudo apt-get install texlive-latex-base sudo apt-get install tex