0
How to extract text from an image using python
Hi Guys, so I managed to extract text from an image, but now i want extract certain texts from that image, like maybe only name or gender not the whole text. Thank you
2 ответов
+ 3
If you're not familiar with regex, you can try by splitting the whole text by special keywords like name,gender,etc...
0
Thanks guys