TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Texify – OCR math images to LaTeX and Markdown

21 点作者 vikp超过 1 年前

1 comment

vikp超过 1 年前
Hi HN - I made texify to convert equations to markdown&#x2F;LaTeX for my project marker [1] then realized it could be generally useful.<p>Texify converts equations and surrounding text to Markdown, with embedded LaTeX (MathJax compatible). You can either use a GUI to select equations (inline or block) from PDFs and images to convert, or use the CLI to batch convert images. It works on CPU, GPU, or MPS (Mac).<p>The closest open source comparisons are pix2tex and nougat - marker is much more accurate than both of them for this task. However, nougat is more for entire pages, and pix2tex is more for block equations (not inline equations and text).<p>I trained texify for 2 days on 4x A6000 GPUs - I was pleasantly surprised how far I could get with limited GPU resources by reframing the problem to use small parameter counts&#x2F;images.<p>Texify is licensed for commercial use, with the weights under CC-BY-SA 4.0. Find them at [2] .<p>See the texify repo [3] for more details, benchmarks, how to install, etc.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;VikParuchuri&#x2F;marker">https:&#x2F;&#x2F;github.com&#x2F;VikParuchuri&#x2F;marker</a><p>[2] <a href="https:&#x2F;&#x2F;huggingface.co&#x2F;vikp&#x2F;texify" rel="nofollow noreferrer">https:&#x2F;&#x2F;huggingface.co&#x2F;vikp&#x2F;texify</a><p>[3] <a href="https:&#x2F;&#x2F;github.com&#x2F;VikParuchuri&#x2F;texify">https:&#x2F;&#x2F;github.com&#x2F;VikParuchuri&#x2F;texify</a>
评论 #38751928 未加载