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.
|
outputfilepath = "临时文件/mathpix.txt"
|
|
|
|
from database_tools import *
|
|
|
|
raw_data = getCopy()
|
|
data = RefineMathpix(raw_data)
|
|
setCopy(data)
|
|
SaveTextFile(data,outputfilepath) |