Another variant of the scripts floating around that I've been using to scratch the same itch: #!/bin/bash # Performs Optical Character Recognition (OCR) on a freely chosen # screen area and copies the recognized text to…
Another variant of the scripts floating around that I've been using to scratch the same itch: #!/bin/bash # Performs Optical Character Recognition (OCR) on a freely chosen # screen area and copies the recognized text to…