Last active
August 22, 2023 09:03
-
-
Save dewomser/0b5c3638c3da56f00578165c2d6b2054 to your computer and use it in GitHub Desktop.
Bot liest Frau in Bild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
firefox https://www.bild.de/ -P screenshot --screenshot ~/Downloads/bild.png ; tesseract -l deu ~/Downloads/bild.png bild ; grep -E '[F,f]rau' bild.txt | |
# erweitert . noch mehr Frau | |
firefox https://www.bild.de/ -P screenshot --screenshot ~/Downloads/bild.png ; tesseract -l deu ~/Downloads/bild.png bild ; grep -E '[F,f]rau|Mädchen|Oma|Uroma|[N,n]utte|Prostituierte|[M,m]utter |[M,m]ama' bild.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment