Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
sunny_2.4.0_x64.AppImage | 2024-12-01 | 30.7 MB | |
sunny_setup_2.4.0_x64_offline_ocr_gpu.exe | 2024-12-01 | 470.5 MB | |
README.md | 2024-12-01 | 4.9 kB | |
sunny_setup_2.4.0_x64_offline_ocr_cpu.exe | 2024-12-01 | 100.0 MB | |
sunny_setup_2.4.0_x86.exe | 2024-12-01 | 23.5 MB | |
sunny_protable_2.4.0_x64_offline_ocr_cpu.zip | 2024-12-01 | 139.5 MB | |
sunny_2.4.0_x64.deb | 2024-12-01 | 924.5 kB | |
sunny_protable_2.4.0_x64.zip | 2024-12-01 | 15.3 MB | |
sunny_setup_2.4.0_x64.exe | 2024-12-01 | 36.9 MB | |
sunny_protable_2.4.0_x86.zip | 2024-12-01 | 26.9 MB | |
Totals: 10 Items | 844.3 MB | 0 |
Sunny Screenshot v2.4 Release
2024.12.01
Changelog:
- Changed styling to a navigation bar format.
- Fixed an issue where pressing C and Shift while using the magnifying glass had no effect.
- Updated translations for multiple languages (special thanks to @thiagodalsoto for providing Brazilian Portuguese translations).
- Additional bug fixes and experience improvements.
Q&A:
Linux / Mac
-
Q1: Installation or runtime issues on Linux?
Uninstall Sunny version 1.x or earlier, and try removing old configuration files:
bash sudo apt remove sunny sudo rm -rf ~/.config/Sunny/*
-
Q2: On Ubuntu 24.04, screenshots capture a white desktop. Why?
To support more Linux distributions, Sunny 1-2.x currently supports onlyx11
and does not supportWayland
(Ubuntu's default). Switch tox11
with the following steps (details in #55:
bash
sudo vim /etc/gdm3/custom.conf
# Uncomment the line: WaylandEnable=false, then save the file.
sudo systemctl restart gdm3 # Reboot the system
-
Q3: How can I use Sunny on non-Debian-based distributions?
Please download and use thesunny_x64.AppImage
package. For a list of supported Linux distributions, refer to supportp_platform. -
Q4: How can I download Sunny for ARM and LOONGSON chips?
You can download v1.6.2. When build machines become available, version 2.x will also be uploaded. -
Q5: Why can’t Sunny run on my Mac?
Currently, Sunny supports only Intel-based Macs and does not support M-series chips. -
ps: The next version is expected to support Mac's M-series chips and the Linux Wayland architecture.
Offline OCR (CPU & GPU)
Extract text from images using a local offline engine.
- No registration or key input required.
- Fully offline, with all processing done locally.
- Supports both CPU and GPU modes:
- CPU Version: Highly compatible, uses less memory, processes single images quickly but is slower for batch processing (recommended for general users).
- GPU Version: Supports NVIDIA GPUs, uses more memory, but processes batch images significantly faster (1/2 to 1/3 the time of the CPU version, recommended for advanced users with NVIDIA cards).
- Only supports 64-bit Windows systems. Both versions handle single and batch image recognition. Simply drag and drop images into the window.
日志变更:
- 设置样式改为导航栏样式
- 修复使用放大镜时,按下 C 和 Shift 不生效
- 更新多语言的翻译(感谢 @thiagodalsoto提供葡萄牙语-巴西语翻译)
- 更多bug修复和体验优化...
常见答疑
Linux / Mac
- Q1:使用 Linux 安装或运行失败?
卸载低 1.x 版本,且尝试运行删除旧的配置文件
bash
sudo apt remove sunny
sudo rm -rf ~/.config/Sunny/*
- Q2:在 Ubuntu 24.04 截屏,捕捉的桌面为白色?
Sunny 1-2.x 版本为兼容更多的 Linux 发行版,当前仅支持 x11
,不支持 Wayland
(Ubuntu 默认); 切换 x11
方式如下,详细参考 #55
bash
sudo vim /etc/gdm3/custom.conf
# at the beginning of the line WaylandEnable=false to uncomment it, then save the file.
sudo systemctl restart gdm3 // reboot the system
- Q3: 非 Debian 系,如何使用?
请下载和使用 sunny_x64.AppImage
安装包;已知道支持的 Linux 发行版可参考 已兼容平台
- Q4:ARM 和 LOONGSON 芯片如何下载?
可先下载 v1.6.2;若编译机器有空时,2.x版本便会构建上传
- Q5:Mac 无法运行?
同理,对于 Mac 当前仅支持 intel
芯片,不支持 M
系列芯片
- ps: 预计下一个版本将会支持 Mac 的 M 芯片和 Linux Wayland 架构
离线 OCR (CPU & GPU)
通过本地离线引擎,离线提取图片中的文字
- 无需要任何注册和 key 的输入
- 全程断网离线本地运行和识别
- 支持 CPU 和 GPU 模式(叉腰):
- CPU 版本:通用性强,占用内存更少,对于单张图片解析快,批量图片耗时大(普通用户推荐)
- GPU 版本:仅支持 N 卡,占用内用多,但对于批量解析大量图片,耗时是 CPU 版本是 1/2 ~ 1/3 时间,很快(高级 N 卡推荐)
- 仅支持 win 64 bit 系统;均支持单张图片和批量图片识别解析,直接拖曳到窗口即可。