2

How do I get the text from a image? Can somebody help? I am using a MacBook. I searched a bunch of things, but those were for Windows users.

  • 2
    Funny that you didn't find anything on the net. You can try `pytesseract`. [Installation on Mac](https://stackoverflow.com/a/54204872/18667225). – Markus Aug 02 '22 at 10:22

1 Answers1

0

Use pytesseract for the same. Ref to this link - "https://www.geeksforgeeks.org/how-to-extract-text-from-images-with-python/"

user13973948
  • 72
  • 1
  • 7