You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

21 lines
437 B

# Python 3.8.10
# (tags/v3.8.10:3d8993a, May 3 2021, 11:48:03) [MSC v.1928 64 bit (AMD64)] on win32
from utils.config import Umi
from ui.win_main import MainWin
Umi.ver = '1.3.5'
Umi.pname = 'Umi-OCR'
Umi.name = f'{Umi.pname} v{Umi.ver}'
Umi.website = 'https://github.com/hiroi-sora/Umi-OCR'
Umi.about = '免费、开源的离线OCR软件'
def main():
MainWin()
if __name__ == "__main__":
main()
# 打包使用 to_exe.py