I want to extract emails from a text which I get from the business cards using Google Vision API. How can I do that using Natural Language API? (I'm using Python)
Asked
Active
Viewed 128 times
1 Answers
1
Having extracted text from images using Google Vision API (see https://cloud.google.com/vision/docs/detecting-text) it might be easier to use regex or some other text/pattern recognition algorithm. Google Natural Language is more useful for sentiment analysis and categorizing content by theme as opposed to by text structures like email, physical address, phone number, things like that.

danoscarmike
- 133
- 8