Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 963 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 963 Bytes

boilerpipe

Repackaging of boilerpipe published on Maven Central Repository.

Overview

This is a repackaging of the last sources of boilerpipe with some improvements:

  • Published on Maven Central Repository
  • Media extraction (Youtube videos, Vimeo videos and Images) within an article from Netbreeze-GmbH fork

Getting started

The best way to start is to look at boilerpipe QuickStart

Including the SDK in your project

Simply add a new dependency to your pom.xml:

<dependency>
	<groupId>com.syncthemall</groupId>
	<artifactId>boilerpipe</artifactId>
	<version>1.2.2</version>
</dependency>

Bitdeli Badge