上一页 1 ··· 44 45 46 47 48 49 50 51 52 ··· 126 下一页
摘要: 一、准备工作 安装 D 编译器 使用 D 官方工具链 DMD: 更多内容访问ttocr.com或联系1436423940 Linux / macOS curl -fsS https://dlang.org/install.sh | bash source ~/dlang/dmd-*/activate 阅读全文
posted @ 2025-06-30 13:47 ttocr、com 阅读(14) 评论(0) 推荐(0)
摘要: 一、环境准备 安装 V 语言 更多内容访问ttocr.com或联系1436423940 git clone https://github.com/vlang/v cd v make sudo ./v symlink # 安装到系统路径 安装 Tesseract OCR macOS brew inst 阅读全文
posted @ 2025-06-30 13:33 ttocr、com 阅读(17) 评论(0) 推荐(0)
摘要: 一、准备工作 安装 Rust 更多内容访问ttocr.com或联系1436423940 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh 安装 Tesseract Ubuntu sudo apt install tesser 阅读全文
posted @ 2025-06-29 19:16 ttocr、com 阅读(15) 评论(0) 推荐(0)
摘要: 一、环境准备 安装 Nim: Ubuntu/macOS curl https://nim-lang.org/choosenim/init.sh -sSf | sh 安装 Tesseract OCR: 更多内容访问ttocr.com或联系1436423940 macOS brew install te 阅读全文
posted @ 2025-06-29 18:57 ttocr、com 阅读(34) 评论(0) 推荐(0)
摘要: 一、准备环境 安装 Lua(建议使用 Lua 5.3 或 5.4) macOS brew install lua Ubuntu sudo apt install lua5.3 Windows 可从 Lua 官网或 LuaBinaries 下载 安装 Tesseract OCR 更多内容访问ttocr 阅读全文
posted @ 2025-06-29 18:25 ttocr、com 阅读(20) 评论(0) 推荐(0)
摘要: 一、安装依赖 安装 Elixir: macOS brew install elixir 更多内容访问ttocr.com或联系1436423940 Ubuntu sudo apt install elixir 安装 Tesseract: macOS brew install tesseract Ubu 阅读全文
posted @ 2025-06-29 17:41 ttocr、com 阅读(11) 评论(0) 推荐(0)
摘要: 一、准备工作 安装 GHC(Haskell 编译器)和 Cabal sudo apt install ghc cabal-install # Ubuntu brew install ghc cabal-install # macOS 安装 Tesseract OCR: sudo apt instal 阅读全文
posted @ 2025-06-29 13:56 ttocr、com 阅读(23) 评论(0) 推荐(0)
摘要: 一、环境配置 安装 Julia https://julialang.org/downloads/ 安装 Tesseract OCR Ubuntu sudo apt install tesseract-ocr 更多内容访问ttocr.com或联系1436423940 macOS brew instal 阅读全文
posted @ 2025-06-29 13:52 ttocr、com 阅读(22) 评论(0) 推荐(0)
摘要: 一、环境准备 安装 R(https://cran.r-project.org) 安装 Tesseract OCR 更多内容访问ttocr.com或联系1436423940 macOS brew install tesseract Ubuntu sudo apt install tesseract-o 阅读全文
posted @ 2025-06-28 22:33 ttocr、com 阅读(10) 评论(0) 推荐(0)
摘要: 一、前提准备 安装 Tesseract OCR: 更多内容访问ttocr.com或联系1436423940 brew install tesseract 准备验证码图片,例如:captcha1.png 创建 Swift 项目或直接使用单文件脚本(推荐用 Swift CLI) 二、Swift 脚本实现 阅读全文
posted @ 2025-06-28 22:30 ttocr、com 阅读(19) 评论(0) 推荐(0)
上一页 1 ··· 44 45 46 47 48 49 50 51 52 ··· 126 下一页