Coder Social home page Coder Social logo

Comments (5)

ianzhao05 avatar ianzhao05 commented on August 28, 2024

Hi, thanks for raising this issue. It is likely caused by a lack of permissions to capture the screen. You can fix this by going to System Preferences > Security & Privacy > Privacy > Screen Recording, then checking the box for Terminal/iTerm. If this fixes the issue, I would be happy to add a note to the README for future users.

The message that you are getting does not affect functionality, but this StackOverflow question has some potential fixes.

from textshot.

DavBebawy avatar DavBebawy commented on August 28, 2024

Thanks for the quick reply. I suspected it was permissions related but was not sure how to give textshot permission, allowing the terminal makes sense. Allowing iTerm fixed this problem, but now it's unable to read text from image. I have all the requirements downloaded, not sure what's wrong this time.

INFO: Unable to read text from image, did not copy

Screen Recording

from textshot.

ianzhao05 avatar ianzhao05 commented on August 28, 2024

It works fine on that given text for me. Does it work on some basic text? Like a few words with black letters on a white background? Regardless, you can try two things:

  • adding pil_img.show() after line 84 in textshot.py as debugging to see if the correct portion of the screen is being captured
  • increasing the timeout by editing line 88 in textshot.py to give more time for the OCR software to recognize the text (I doubt that this is the problem unless your computer is extremely old)

It is to be expected that it does not work on all images of text given that OCR is rather fragile if it is not fine-tuned to work on specific types of images. TextShot does not do any of this fine-tuning in order to cater to all types of images.

from textshot.

hasantahir avatar hasantahir commented on August 28, 2024

I was having the same issue. Although not making sense, but a clean install fixed it for me.

from textshot.

ianzhao05 avatar ianzhao05 commented on August 28, 2024

Closing because the original issue has been solved and inactivity, also added note to README

from textshot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.