上一页 1 ··· 91 92 93 94 95 96 97 98 99 ··· 126 下一页
摘要: 环境准备 1.1 安装 Rust 如果尚未安装 Rust,可以使用 rustup 进行安装: bash curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh 安装完成后,检查 Rust 是否可用: bash rustc --ve 阅读全文
posted @ 2025-03-20 16:08 ttocr、com 阅读(35) 评论(0) 推荐(0)
摘要: 环境准备 1.1 安装 Xcode 和 Swift 如果尚未安装 Xcode,可以在 Mac App Store 下载 Xcode,并确保 Swift 可用: bash swift --version 1.2 安装 Tesseract OCR 使用 Homebrew 安装: brew install 阅读全文
posted @ 2025-03-19 19:16 ttocr、com 阅读(58) 评论(0) 推荐(0)
摘要: 环境准备 1.1 安装 Rust 如果尚未安装 Rust,可以使用官方推荐的 rustup 进行安装: bash curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh 然后检查 Rust 版本: bash rustc --ver 阅读全文
posted @ 2025-03-19 19:08 ttocr、com 阅读(27) 评论(0) 推荐(0)
摘要: 环境准备 1.1 安装 Swift macOS 自带 Swift,如需更新,可使用: xcode-select --install 然后检查 Swift 版本: bash swift --version Linux 用户可以从 Swift 官方网站 下载对应版本,并按照说明安装。 1.2 安装 Te 阅读全文
posted @ 2025-03-19 18:54 ttocr、com 阅读(34) 评论(0) 推荐(0)
摘要: 环境准备 1.1 安装 Rust 如果尚未安装 Rust,可以使用官方推荐的 rustup 进行安装: bash curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh 然后检查安装: bash rustc --version c 阅读全文
posted @ 2025-03-18 23:45 ttocr、com 阅读(24) 评论(0) 推荐(0)
摘要: 环境准备 1.1 安装 Rust 如果尚未安装 Rust,可以使用官方推荐的 rustup 进行安装: bash curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh 然后检查安装: bash rustc --version c 阅读全文
posted @ 2025-03-18 23:45 ttocr、com 阅读(36) 评论(0) 推荐(0)
摘要: 环境准备 1.1 安装 Rust 如果尚未安装 Rust,可以使用官方推荐的 rustup 进行安装: bash curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh 然后检查安装: bash rustc --version c 阅读全文
posted @ 2025-03-18 22:08 ttocr、com 阅读(34) 评论(0) 推荐(0)
摘要: 环境准备 1.1 安装 Tesseract OCR 在 macOS 上可以使用 Homebrew 进行安装: bash brew install tesseract 安装完成后,检查 Tesseract 是否安装成功: bash tesseract --version 1.2 创建 Swift 项目 阅读全文
posted @ 2025-03-17 21:23 ttocr、com 阅读(31) 评论(0) 推荐(0)
摘要: 环境准备 1.1 安装 Rust 如果尚未安装 Rust,可使用 Rust 官方安装工具: bash curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh 安装完成后,检查 Rust 版本: bash rustc --versi 阅读全文
posted @ 2025-03-17 21:08 ttocr、com 阅读(26) 评论(0) 推荐(0)
摘要: 环境准备 1.1 安装 Java 如果尚未安装 Java,可前往 Oracle 官方网站 或 Adoptium 下载最新版本的 JDK。安装完成后,运行以下命令检查版本: bash java -version 1.2 安装 Tesseract OCR Windows 从 Tesseract GitH 阅读全文
posted @ 2025-03-17 20:49 ttocr、com 阅读(149) 评论(0) 推荐(0)
上一页 1 ··· 91 92 93 94 95 96 97 98 99 ··· 126 下一页