-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Add Copy text from image
to image context menu (Windows)
#29003
Comments
is it working on windows? |
@luquinhaspmw no, this feature is not available on Windows (yet). There are some leads we have about something which might work. I'll add those to the ticket soon here |
Investigations on WindowsIt seems chromium already has the To test that service, we need to launch
As we can see in
There is no easy way to use Tested with |
fix brave/brave-browser#29003 Window's OCR API for reading text from images. Referred upstream's shape_detection::TextDetectionImpl. To use OCR API, ocr engine is initialized with target language. We show the result with user profile languge. After that, we could try with another available language.
Copy text from image
to image context menu on Windows
Copy text from image
to image context menu on Windows Copy text from image
to image context menu (Windows)
QA passing this issue as #30203 is filed as a follow up. |
Description
Exact same feature / capability as #27513 (macOS) - but on Windows and Linux
Unlike macOS, there isn't a clear API to use. That'll be the challenging part of this task
The text was updated successfully, but these errors were encountered: