How to extract text from an image using python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

17th Sep 2020, 8:24 AM
FAUZEENA ASLAM
FAUZEENA ASLAM - avatar
2 Answers
+ 3
If you're not familiar with regex, you can try by splitting the whole text by special keywords like name,gender,etc...
17th Sep 2020, 8:42 AM
AKSHAY🇮🇳
AKSHAY🇮🇳 - avatar
0
Thanks guys
17th Sep 2020, 9:50 AM
FAUZEENA ASLAM
FAUZEENA ASLAM - avatar