I am currently scraping for brand product and nutrition data. Having to build custom scrapers per brand is hell. I have a dream to use something closer to OCR against a rendered page, rather than parsing DOM. That way it would be less custom, and I could say, for instance, "find 'protein', the thing to the right of that is the protein grams". I, personally, don't know how to do this, but I'd be willing to pay for a m…
build 2 classifiers: #1 that classifies a sentence that contains the information you want, and #2 that classifies the actual data within that subset.
NLP