The Newspaper3k middleware is based on the Newspaper3k library which provides an NLP model that is optimized for HTML article text extraction. It provides capability to analyze and extract the substance of HTML documents on the Web and use that text as an input to other middlewares in your pipeline.
📰 Extracting Text
To use this middleware, you import it in your CDK stack and instantiate it as part of a pipeline.
🏗️ Architecture
This middleware is based on a Lambda compute running the Newspaper3k library packaged as a Docker container.