Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: OB0NE/PillOCR

[Urgent Bug Fix] v0.1.1

19 Jul 15:11

Choose a tag to compare

Bug 紧急修复:

  • 修复默认max_token参数不合法的问题 #21
  • 修复自定义提示词保存后重启软件无法加载的问题 #22

Urgent Bug Fixes:

  • Fixed issue of invalid default max_token parameter #21;
  • Fixed problem where custom prompts failed to load after application restart #22;

v0.1.0

15 Jul 02:20

Choose a tag to compare

新功能:

  1. 增加提示词自定义设置,可以根据供应商调整合适的提示词,还可以通过自定义提示词实现截图+翻译和截图+解题等功能(#16);
  2. 增加绑定截图快捷键功能(#15,感谢@infstellar );
    • 绑定截图快捷键后,只有通过该截图快捷键获取的截图才会被识别;(例:将截图快捷键绑定为"Alt+A(微信截图快捷键)"后,只有微信截图才会被识别,其他截图工具的截图或手动复制的图片不会被识别)
    • 若截图快捷键设置为空,则所有剪贴板中的截图都会被处理;
    • 软件不带截图功能,需要你将想要绑定的截图工具的快捷键输入到软件中;
  3. 添加“是否处理软件启动时剪贴板中的图片”设置,解决#19(灵感来自#15,感谢@infstellar);
  4. 增加”最大Token限制“设置,解决#12
  5. UI更新,将不同设置分类到左侧导航栏。

Bug 修复:

  1. 更改快捷键注册逻辑,分为三个输入框依次输入(只想注册两键可以将最后一个输入框留空),修复#13
  2. 修复 当模型返回内容默认使用”$ $“和"$$ $$"为公式包装符时自定义包装符无法生效 的问题(#14)。

v0.0.2

29 May 01:34

Choose a tag to compare

Bug 修复:

  • 解决macos平台上CPU占用过高的问题,感谢@potatwei
  • 添加空白apikey的报错,感谢@theSlowBird。

Bug fix:

  • Fix the issue of high CPU usage on the macOS platform, thanks to @potatwei.
  • Add error reporting for empty API keys, thanks to @theSlowBird.

v0.0.1

06 May 09:08

Choose a tag to compare

这是PillOCR的0.0.1版,包含以下功能:

  • 将截图转化为markdown/latex,截图功能支持系统截图和微信截图等,使用系统截图时需设置将自动将截图复制到剪贴板;
  • 可以选择公式的包装符,还可以在输入框中自行输入(左右包装符之间以空格隔开);
  • 可以自定义模型的url、api,需要模型具有视觉功能,如GPT-4o(-mini),火山引擎的视觉理解模型等;
  • windows版可以通过快捷键启动、停止,且可以自定义快捷键。macos版暂不支持快捷键启停;
  • 可以设置代理(如GPT模型需要设置代理);
    PS:macos版暂时无法隐藏程序坞的图标。

This is version 0.0.1 of PillOCR, which includes the following features:

  • Convert screenshots into Markdown/LaTeX, supporting system screenshots, WeChat screenshots, and more.
  • Option to choose formula delimiters or manually input them in the text box (left and right delimiters should be separated by a space).
  • Customizable model URLs and APIs, requiring models with visual capabilities, such as GPT-4o(-mini), ByteDance's visual understanding models, etc.
  • The Windows version supports hotkeys for launching and stopping, with customizable shortcuts (macOS version does not support this yet).
  • Proxy settings can be configured (e.g., for GPT models that require a proxy).
    Note: The macOS version currently cannot hide the Dock icon.