I am trying to use langextract to extract useful information that I needed from a web page in wikipedia where the content itself was given to it as a URL which I am assuming would be html. So the question is that if langextract is capable of extracting useful text information from html content?
I get the error like below when I provide a wikipedia URL to extract place name entity from it.
raise ResolverParsingError("Content must contain an 'extractions' key.")
langextract.resolver.ResolverParsingError: Content must contain an 'extractions' key.