Ocr
数学公式识别
工具:
- latex-ocr: GitHub - lukas-blecher/LaTeX-OCR: pix2tex: Using a ViT to convert images of e…
- im2markup
- im2latex-tensorflow
- image2latex
- latex_ocr_pro: GitHub - LinXueyuanStdio/LaTeX_OCR_PRO: 数学公式识别增强版:中英文手写印刷公式、支持初级符号推导(数据结构基于 L…
论文:
Chemical Structure Extract 分子结构图识别
化学结构图片识别和解析

OCSR 视觉化学结构识别概念
- OCSR (optical chemical structure recognition) : 视觉化学结构识别
开源工具
OSRA
optical structure recognition application
| 项目 | 说明 |
|---|---|
| 维护状态 | 在维护,2021.09.05 |
| 维护地址 | sourceforge-OSRA |
| 证书 | GPLv2 |
| 使用语言 | C++ |
Polars
教程
官方 Get Started
polar expression
polar.all() vs. Expr.all() 两者作用不同
- polar.all(): 选择所有列
- Expr.all(): expression 的一个方法,逻辑判断全为 true, 类似 python 内建函数 all
polar.flatten() 类似 pd.Series.explode()
作用:
- 拆分单元格中的列表元素到不同的新行