摘要: 一、Tess4J 1.下载chi_sim.traineddata 和 eng.traineddata语言包(https://github.com/tesseract-ocr/tessdata) 2.pom文件引入 <dependency> <groupId>net.sourceforge.tess4 阅读全文
posted @ 2022-01-11 17:06 Liam0726 阅读(463) 评论(0) 推荐(0) 编辑
摘要: 1、查看用户名和邮箱地址 git config user.name git config user.email 2、新增或修改用户名和邮箱地址 git config --global user.name "username" git config --global user.email "email 阅读全文
posted @ 2022-01-11 13:54 Liam0726 阅读(742) 评论(0) 推荐(0) 编辑