other
文章平均质量分 55
强哥83
啦啦啦
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
tesseract ocr 安装/调用/训练
训练工具自带 tesseract-ocrjTessBoxEditor 需要依赖 jdk-8u201-windows-x64.exe下载地址开源地址调用 tessseract 的包WINDOWS 系统环境变量tesseract 1.png output -l eng //tesseract.exe 直接调用,会在目录下产生一个 output.txt 文件, -l 指定哪种语言,在 tessdata 目录下找 xxxx..traineddataPHP 调用。原创 2024-03-13 11:35:23 · 1313 阅读 · 0 评论 -
github 操作
右键 Git Base Here$ ssh-keygen -t ed25519 -C "313143468@qq.com"ssh-keygen -t rsa -C "313143468@qq.com"C:\Users\Administrator\.ssh打开id_rsa.pub,复制里面的keyhttps://github.com/settings/keyssetting->ssl key验证ssh -T git@github.com设置username和emailgit .原创 2022-03-23 09:05:04 · 147 阅读 · 0 评论
分享