nuclear06

Results 4 comments of nuclear06

How about adding a field in Redis to store YAML, and using YAML to configure plugins behavior? But I'm concerned that this add unnecessary complexity. ```yaml # config.yaml plugins: -...

TL;DR: 已成功解决,为上游代码问题,希望作者更新代码。此外,在使用中发现一个截图偏移的问题。 ### 存在的问题 1. 新的代码中使用了模型ONNX_PPOCR_V4_SERVER,但是上游项目[RapidOcr-Java](https://github.com/MyMonsterCat/RapidOcr-Java)回滚了该更新 https://github.com/MyMonsterCat/RapidOcr-Java/issues/46 基于该issue重新编译`rapidocr-onnx-models-1.2.2.jar`,`rapidocr-common-0.0.7.jar` `ps: 手动编译后不需要按照build.yml中下载模型文件到指定路径` 3. 在手动编译jar包后依旧出现core dump 怀疑为上游[jnativehook](https://github.com/kwhat/jnativehook)的问题 https://github.com/kwhat/jnativehook/issues/442 怀疑为版本问题,尝试使用不同版本 在更换版本为2.0.2时可以正常运行,并且,在全部共4个版本中***仅***有2.0.2版本编译出的可以正常运行 ### 新发现的问题 在使用截图ocr时截图的框和实际内容不匹配,存在垂直下移的问题,猜测为全局缩放率导致的, ![a](https://github.com/AnyListen/tools-ocr/assets/91713418/89302f3d-6216-497c-9db5-968f90b3af8e) ![b](https://github.com/AnyListen/tools-ocr/assets/91713418/1b84bb22-e2db-4bb3-82dd-cc89b0b00693)

Thanks for your answer. After reading some documents, I just found that [awatcher](https://github.com/2e3s/awatcher) supports custom rules to change the app name, and after doing so, it works like a charm.

yeah, I just changed the browser name. This [section](https://github.com/2e3s/awatcher?tab=readme-ov-file#captures) describes how to do that. Hopefully there will be a more elegant solution in the future.