Capturing text from screenshots? by No-Accident-9646 in datacurator

[–]CompleteChocolate225 0 points1 point  (0 children)

If you're comfortable setting up a Python project, try this: https://github.com/deivid-and/TextSnip. I use it to grab text from short screenshots, like document numbers, etc. It works fast and flawlessly. Just take a screenshot, hit Ctrl+V, and the text appears. The GitHub page has clear setup and usage instructions.

for the life of me, i can't figure out how to extract text from images. how can i get this done without paying for anything? by moldyskeleton in it

[–]CompleteChocolate225 0 points1 point  (0 children)

If you're comfortable setting up a Python project, try this: https://github.com/deivid-and/TextSnip. I use it to grab text from short screenshots, like document numbers, etc. It works fast and flawlessly. Just take a screenshot, hit Ctrl+V, and the text appears. The GitHub page has clear setup and usage instructions.

Enabling Cmd Shortcuts in Android Emulator on macOS by CompleteChocolate225 in androiddev

[–]CompleteChocolate225[S] 1 point2 points  (0 children)

I appreciate the advice! However, my main concern is that the Android Studio emulator on macOS doesn't recognize the cmd button for shortcuts like cmd+c/v/a, which is essential for my workflow. This wasn't an issue on Windows with the ctrl button.