This repository has been archived on 2024-06-23. You can view files and clone it, but cannot push or open issues or pull requests.
mathdeptv2/工具v2/mathpix识别文本预处理.py

8 lines
174 B
Python

outputfilepath = "临时文件/mathpix.txt"
from database_tools import *
raw_data = getCopy()
data = RefineMathpix(raw_data)
setCopy(data)
SaveTextFile(data,outputfilepath)