番石榴智能文档识别的安装步骤
Guava Smart Document Recognition is a desktop software that needs to be downloaded and installed on your local device. Below are the detailed installation steps:
Download Software
软件提供中文和英文版本的安装包,可从百度网盘或 Hugging Face 下载最新版本(v2.1)。下载后,将压缩包解压到本地目录。
Installing Tesseract OCR
软件依赖 Tesseract OCR 引擎进行文字识别:
- Windows (computer):从 Tesseract GitHub 下载安装包并安装。
- Linux: Run command
sudo apt-get install tesseract-ocr
The - Mac: Run command
brew install tesseract
The
operating software
解压软件包后,双击运行 intelligent_document_recognition.exe(Windows)或对应可执行文件。首次运行会加载 OCR 模型,可能需要几秒钟。软件启动后,选择中文或英文界面。
配置优化
用户可编辑软件根目录的 config.ini 文件,设置默认输出格式或保存路径以提高使用效率。
This answer comes from the articleGuava Intelligent Document Recognition: Intelligent Recognition Tool for Offline Documents and FormsThe