上一页 1 ··· 90 91 92 93 94 95 96 97 98 ··· 126 下一页
摘要: 环境准备 1.1 安装 Rust 如果尚未安装 Rust,可以使用 rustup 进行安装: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh 然后检查安装是否成功: rustc --version 1.2 安装 Tesse 阅读全文
posted @ 2025-03-23 21:46 ttocr、com 阅读(35) 评论(0) 推荐(0)
摘要: 环境准备 1.1 安装 Rust 如果尚未安装 Rust,可以使用 rustup 进行安装: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh 然后检查安装是否成功: rustc --version 1.2 安装 Tesse 阅读全文
posted @ 2025-03-23 21:45 ttocr、com 阅读(59) 评论(0) 推荐(0)
摘要: 环境准备 1.1 安装 Xcode 在 macOS 上开发 Swift 代码,建议安装最新版 Xcode,可以通过 App Store 下载。 1.2 安装 Tesseract OCR 在 macOS 上,我们可以使用 Homebrew 安装 Tesseract: brew install tess 阅读全文
posted @ 2025-03-22 20:59 ttocr、com 阅读(33) 评论(0) 推荐(0)
摘要: 环境准备 1.1 安装 Xcode 和 Swift 在 macOS 上,你需要安装 Xcode 以获取 Swift 编译环境。如果尚未安装,可以通过 App Store 下载 Xcode。 安装完成后,检查 Swift 是否可用: swift --version 1.2 安装 Tesseract O 阅读全文
posted @ 2025-03-22 19:13 ttocr、com 阅读(26) 评论(0) 推荐(0)
摘要: 环境准备 1.1 安装 Rust 如果你还没有安装 Rust,可以使用官方推荐的 rustup 进行安装: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh 安装完成后,使用以下命令检查: 更多内容访问ttocr.com或联 阅读全文
posted @ 2025-03-22 19:10 ttocr、com 阅读(22) 评论(0) 推荐(0)
摘要: 环境准备 1.1 安装 Xcode 和 Swift 首先,确保你已经安装了 Xcode,并且 Swift 可用。你可以在终端中运行以下命令检查 Swift 版本: bash swift --version 1.2 安装 Tesseract OCR 在 macOS 上,你可以使用 Homebrew 来 阅读全文
posted @ 2025-03-21 23:47 ttocr、com 阅读(25) 评论(0) 推荐(0)
摘要: 环境准备 1.1 安装 Rust 如果尚未安装 Rust,可以使用官方推荐的 rustup 进行安装: bash curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh 然后检查安装是否成功: bash rustc --versi 阅读全文
posted @ 2025-03-21 23:39 ttocr、com 阅读(42) 评论(0) 推荐(0)
摘要: 环境准备 1.1 安装 Tesseract OCR 在 macOS 上,你可以使用 Homebrew 进行安装: bash brew install tesseract 安装完成后,检查 Tesseract 是否可用: bash tesseract --version 1.2 创建 Swift 项目 阅读全文
posted @ 2025-03-21 23:23 ttocr、com 阅读(30) 评论(0) 推荐(0)
摘要: 环境准备 1.1 安装 Rust 如果你的系统尚未安装 Rust,可以使用以下命令安装 Rust: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh 安装完成后,可以检查 Rust 版本: rustc --version 1 阅读全文
posted @ 2025-03-20 16:16 ttocr、com 阅读(33) 评论(0) 推荐(0)
摘要: 环境准备 1.1 安装 Swift 如果你使用的是 macOS,Swift 已经预装在系统中。可以通过以下命令检查 Swift 版本: swift --version 如果你使用的是 Linux,可以安装 Swift: sudo apt update sudo apt install swift 1 阅读全文
posted @ 2025-03-20 16:11 ttocr、com 阅读(25) 评论(0) 推荐(0)
上一页 1 ··· 90 91 92 93 94 95 96 97 98 ··· 126 下一页