-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cn OCR support in MacOS #418
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
/tip $100 @QuincySan |
@QuincySan: You just got a $100 tip! 👉 Complete your Algora onboarding to collect your payment. |
@QuincySan can you fix conflict then i merge? |
Cargo.toml
Outdated
@@ -43,5 +43,8 @@ git = "https://github.com/microsoft/vcpkg" | |||
rev = "2023.04.15" | |||
dynamic = true | |||
|
|||
# [dependencies] | |||
axum = "0.7" # 使用与您项目兼容的版本 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this plz
screenpipe-vision/Cargo.toml
Outdated
@@ -1,6 +1,6 @@ | |||
[package] | |||
name = "screenpipe-vision" | |||
version = { workspace = true } | |||
version = "0.1.93" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert this plz
screenpipe-vision/Cargo.toml
Outdated
@@ -38,6 +38,8 @@ screenpipe-integrations = { path = "../screenpipe-integrations" } | |||
tracing-subscriber = { workspace = true } | |||
tracing = { workspace = true } | |||
|
|||
axum = "0.7" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove
@louis030195 Appreciate your assistance! I have made the modifications as per your suggestions:
Please review again. If there are any further issues or changes needed, please let me know. Thank you! |
@louis030195 Thank you so much for your generous tip and recognition of my work! I truly appreciate it. I want to be transparent - due to regional restrictions, I may face difficulties receiving the payment through Stripe. However, please know that your appreciation itself means a lot to me. |
name: pull request
about: submit changes to the project
title: "[PR] Add and optimize Chinese OCR support"
labels: enhancement
assignees: ''
description
This PR adds and optimizes Chinese OCR support in MacOS. These changes aim to expand Screen Pipe’s user base, particularly among Chinese-speaking users.
I used Cursor with o1 and Sonnet 3.5 to assist in generating parts of the code. As I am new to coding, if there are any areas that don’t align with the project’s style, please feel free to provide feedback. I’ve read the CONTRIBUTING.md. :)
Note: Since making these modifications, the original repository has had updates that I am currently unable to resolve or merge on my own. I would appreciate any assistance with handling these differences.
type of change
how to test
To test these changes:
CN_support
cargo build --release --features metal
to build the project for macOS.screenshots (if applicable)
checklist
additional notes
main
branch and myCN_support
branch due to recent updates to the original repository. I currently lack the ability to resolve these differences and would appreciate any assistance or guidance.