I have programmed a webapp which lets me take a photo and then converts the photographed business card into text using Tesseract.js. But I only need the email and the name (mostly separated by paragraphs) from the text. Maybe someone knows an API that extracts such data for me. Or a RegEx definition that helps me a lot here ? ( Knowledge about RegEx is very limited with me) Many thanks in advance for your answers cheers
I have already tried to do it on my own but i see no ending in failing...