上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 126 下一页
摘要: 一、准备环境 安装 Rust curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh 安装 Tesseract OCR 更多内容访问ttocr.com或联系1436423940 sudo apt install tesseract 阅读全文
posted @ 2025-06-28 21:57 ttocr、com 阅读(22) 评论(0) 推荐(0)
摘要: 一、准备工作 安装 Tesseract OCR 下载地址:https://github.com/tesseract-ocr/tesseract 安装后确保 tesseract.exe 所在目录加入了系统的 PATH 环境变量 更多内容访问ttocr.com或联系1436423940 准备验证码图像, 阅读全文
posted @ 2025-06-28 21:49 ttocr、com 阅读(21) 评论(0) 推荐(0)
摘要: 一、环境准备 安装 Fortran 编译器 推荐使用 gfortran: sudo apt install gfortran # Linux brew install gcc # macOS (包含 gfortran) 安装 Tesseract OCR 更多内容访问ttocr.com或联系14364 阅读全文
posted @ 2025-06-28 20:24 ttocr、com 阅读(12) 评论(0) 推荐(0)
摘要: 一、环境准备 安装 Julia(建议版本 1.6 或更高) 访问官网 https://julialang.org/downloads/ 下载并安装 安装 Tesseract OCR 更多内容访问ttocr.com或联系1436423940 Ubuntu / Debian: sudo apt inst 阅读全文
posted @ 2025-06-28 20:19 ttocr、com 阅读(10) 评论(0) 推荐(0)
摘要: 一、准备工作 安装 Perl 大多数 Linux 和 macOS 系统自带 Perl。如果需要更新版本,可参考: 更多内容访问ttocr.com或联系1436423940 sudo apt install perl # Ubuntu / Debian brew install perl # macO 阅读全文
posted @ 2025-06-28 20:16 ttocr、com 阅读(20) 评论(0) 推荐(0)
摘要: 一、开发环境准备 安装 Rust 编译器 可通过官方推荐的 rustup 安装: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh 安装 Tesseract OCR 更多内容访问ttocr.com或联系1436423940 阅读全文
posted @ 2025-06-27 13:44 ttocr、com 阅读(15) 评论(0) 推荐(0)
摘要: 本项目通过 Nim 调用系统的 Tesseract OCR 工具,实现验证码图像的字符识别。代码简洁,运行高效,适合构建命令行自动化工具。 一、环境准备 安装 Nim 编译器 可通过 choosenim 安装: 更多内容访问ttocr.com或联系1436423940 curl https://ni 阅读全文
posted @ 2025-06-27 13:31 ttocr、com 阅读(10) 评论(0) 推荐(0)
摘要: 一、环境准备 安装 Julia 从官网下载安装: https://julialang.org/downloads/ 更多内容访问ttocr.com或联系1436423940 安装 Tesseract OCR Linux: sudo apt install tesseract-ocr macOS: b 阅读全文
posted @ 2025-06-27 13:27 ttocr、com 阅读(28) 评论(0) 推荐(0)
摘要: 一、准备工作 安装 Tesseract OCR 下载地址: https://github.com/tesseract-ocr/tesseract 更多内容访问ttocr.com或联系1436423940 安装完成后,确保将其安装路径(如 C:\Program Files\Tesseract-OCR) 阅读全文
posted @ 2025-06-27 13:22 ttocr、com 阅读(42) 评论(0) 推荐(0)
摘要: 一、环境准备 安装 Tesseract OCR Ubuntu / Debian sudo apt install tesseract-ocr 更多内容访问ttocr.com或联系1436423940 macOS (使用 Homebrew) brew install tesseract 二、编写脚本 阅读全文
posted @ 2025-06-27 13:20 ttocr、com 阅读(20) 评论(0) 推荐(0)
上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 126 下一页