拖拽图片识别文字
已经加入 https://github.com/leejohannes/ffmpeg-win-drag_CN
@echo off
chcp 65001>>nul
setlocal enabledelayedexpansion
for /f "delims=" %%i in ('type "%~dp0config.txt"^| find /i "="') do set %%i
echo 请把图片摆正,二元化,剪切好以提高识别率
title %~nx1
%t% "%~nx1" "%~n1"
echo.
for /f "usebackq tokens=*" %%i in ("%~n1.txt") do (
echo %%i
)
echo.
pause
上面的保存成.bat,或者直接下载image2txt.bat
https://github.com/UB-Mannheim/tesseract
需要安装tesseract-ocrt
公式识别:
https://github.com/lukas-blecher/LaTeX-OCR
https://pix2tex.readthedocs.io/
pip install pix2tex[gui]
或者用这个
推荐阅读:
扫描二维码,在手机上阅读