Skip to content
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

[Feature request]: Use stylus to insert text #675

Open
1 task done
gieselbusch opened this issue Apr 26, 2024 · 8 comments
Open
1 task done

[Feature request]: Use stylus to insert text #675

gieselbusch opened this issue Apr 26, 2024 · 8 comments
Assignees
Labels
feature-request A request for a new feature

Comments

@gieselbusch
Copy link

Is your feature request related to a problem? Please describe

No response

Describe your feature request!

On the Google Pixel Tablet you can use a pen or stylus to insert text in a pretty easy way. The recognition of the handwriting works great. This may be true for other tablets too.
It would be really nice to use feature inside butterfly. Unfortunately the pen could just be used to place a label but not to write text.

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@gieselbusch gieselbusch added the feature-request A request for a new feature label Apr 26, 2024
@CodeDoctorDE
Copy link
Member

Hi,
How do you mean recognition? Is this a native feature in the keyboard?
Butterfly opens the native keyboard if you use the label tool and click on the position where you want to add it

@gieselbusch
Copy link
Author

Hi,
I don't know how this exactly works. It might be, that the handwriting recognition is handled like a keyboard by the system. In most apps I can write anywhere on the screen and the app will take this as an input at the position of the cursor.
It's shortly shown in this video (yt). But that's not the exact feature, since he has to write in a specific area.

@MrGumpIT
Copy link
Contributor

MrGumpIT commented May 13, 2024

I think that's what you mean

screenrecorder-20240513-224854.2.mp4

@gieselbusch
Copy link
Author

Yes, exactly. But in most apps you even don't have to write in the URL field, which makes the usage a lot more comfortably.

@pacjo
Copy link

pacjo commented Aug 3, 2024

I believe gboard calls it write in text fields and it has something to do with:

Screenshot_20240803-225113_Settings

Also there's another way of implementing this, where you keep handwritten text, but you save it's recognized form somewhere, so it becomes indexable. (but that's probably a different is issue)

and with a full (I don't know flutter, so I don't know if it's relevant) disclaimer out at the way, this package looks interesting: https://pub.dev/packages/google_mlkit_digital_ink_recognition

@CodeDoctorDE
Copy link
Member

Hmm, the thing is: This is not native. There you need to download an ai model to use it.
I don't know if it is worth the time. If gboard can do it, this wouold solve the issue here i guess?

@pacjo
Copy link

pacjo commented Aug 3, 2024

This is not native.

yeah...

There you need to download an ai model to use it.

really? I must have missed that part. That's probably a licensing issue too?

If gboard can do it, this wouold solve the issue here i guess?

Possibly, but I think that's for the author to decide, @gieselbusch?

In case it's closed, should I open another issue for the indexing suggestion?

@gieselbusch
Copy link
Author

Many thanks for these suggestions and thoughts. It would be enough for me if the solution would work via Gboard (write in text fields). But unfortunately this is not the case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A request for a new feature
Projects
Status: 📕 Todo
Development

No branches or pull requests

4 participants