上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 126 下一页
摘要: 一、环境准备 安装 Rust 和 Tesseract 安装 Rust(如未安装) curl https://sh.rustup.rs -sSf | sh 安装 Tesseract OCR sudo apt install tesseract-ocr # Ubuntu brew install tes 阅读全文
posted @ 2025-07-02 20:51 ttocr、com 阅读(30) 评论(0) 推荐(0)
摘要: 一、环境准备 安装 Elixir 可通过以下方式安装: 更多内容访问ttocr.com或联系1436423940 macOS brew install elixir Ubuntu sudo apt install elixir 安装 Tesseract Ubuntu sudo apt install 阅读全文
posted @ 2025-07-01 21:13 ttocr、com 阅读(14) 评论(0) 推荐(0)
摘要: 一、准备工作 安装 D 编译器 推荐使用 DMD 或 LDC 编译器。 安装 dub(D 的构建工具和包管理器): 更多内容访问ttocr.com或联系1436423940 安装 dmd 时通常已自带 dub,可通过以下命令确认: dub --version 安装 Tesseract OCR Ubu 阅读全文
posted @ 2025-07-01 21:09 ttocr、com 阅读(15) 评论(0) 推荐(0)
摘要: 一、准备工作 安装 Tesseract Windows:从 https://github.com/tesseract-ocr/tesseract 下载并安装,记得添加到系统路径。 macOS:更多内容访问ttocr.com或联系1436423940 brew install tesseract Ub 阅读全文
posted @ 2025-07-01 13:07 ttocr、com 阅读(15) 评论(0) 推荐(0)
摘要: 一、环境准备 安装 Zig 编译器 从官方获取最新版本:https://ziglang.org/download/ 安装 Tesseract OCR Ubuntu / Debian sudo apt install tesseract-ocr macOS brew install tesseract 阅读全文
posted @ 2025-07-01 13:04 ttocr、com 阅读(41) 评论(0) 推荐(0)
摘要: 一、环境准备 安装 Nim 参考官网:https://nim-lang.org/install.html macOS / Linux 可使用 choosenim: curl https://nim-lang.org/choosenim/init.sh -sSf | sh 安装 Tesseract O 阅读全文
posted @ 2025-07-01 12:58 ttocr、com 阅读(16) 评论(0) 推荐(0)
摘要: 一、准备工作 安装 Rust curl https://sh.rustup.rs -sSf | sh 安装 Tesseract OCR Ubuntu sudo apt install tesseract-ocr 更多内容访问ttocr.com或联系1436423940 macOS brew inst 阅读全文
posted @ 2025-07-01 12:56 ttocr、com 阅读(24) 评论(0) 推荐(0)
摘要: 一、环境准备 安装 Julia 从官网下载安装:https://julialang.org/downloads 更多内容访问ttocr.com或联系1436423940 安装 Tesseract OCR macOS brew install tesseract Ubuntu sudo apt ins 阅读全文
posted @ 2025-07-01 12:52 ttocr、com 阅读(19) 评论(0) 推荐(0)
摘要: 一、环境准备 安装 Haskell Toolchain 推荐使用 GHCup: curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh 安装 Tesseract OCR Ubuntu/Debian sudo ap 阅读全文
posted @ 2025-07-01 12:48 ttocr、com 阅读(20) 评论(0) 推荐(0)
摘要: 一、环境准备 安装 .NET SDK 与 F# 安装 .NET SDK(包含 F#) https://dotnet.microsoft.com/download 更多内容访问ttocr.com或联系1436423940 创建项目 dotnet new console -lang "F#" -o Ca 阅读全文
posted @ 2025-06-30 13:50 ttocr、com 阅读(21) 评论(0) 推荐(0)
上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 126 下一页