Skip to content

Releases: Cunninger/ocr-based-qwen

v1.1.0 - Add Custom Prompt Feature

15 Feb 02:20
Compare
Choose a tag to compare

版本说明 / Release Notes

中文版 / Simplified Chinese

版本说明

本版本在 v1.0.0 基础上新增了自定义 prompt 功能,允许用户在高级/原始模式下修改和输入自定义 prompt。

主要改动:

  1. 在高级模式下:

    • 使用用户自定义的 prompt。
    • 跳过所有格式化处理。
    • 直接返回原始结果。
  2. 在普通模式下:

    • 使用默认的 prompt。
    • 保持原有的格式化处理逻辑。
  3. 用户可以:

    • 通过切换高级模式来启用/禁用自定义 prompt。
    • 在高级模式下修改 prompt 内容。
    • 设置会被保存到 localStorage 中。

English Version

Release Notes

This release builds on the v1.0.0 version by adding the custom prompt feature, allowing users to modify and input custom prompts in advanced/raw mode.

Main Changes:

  1. In Advanced Mode:

    • Use the user-defined prompt.
    • Skip all formatting processing.
    • Return the raw result directly.
  2. In Normal Mode:

    • Use the default prompt.
    • Keep the original formatting logic.
  3. Users can:

    • Enable/Disable the custom prompt by switching to advanced mode.
    • Modify the prompt content in advanced mode.
    • Settings will be saved in localStorage.

First Stable Version

15 Feb 02:18
2637226
Compare
Choose a tag to compare
v1.0.0

First stable release