I am working on an Android OCR app which reads information from a credit card. Information includes name, card number etc.
When I read text, it returns all the text at a time.
I want to read the second line, i.e. card number only. How can I do that?