DOC

org.openimaj : readability4j

Maven & Gradle

Feb 09, 2020
3 usages
282 stars

readability4j · Readability4J is a partial re-implementation of the original readability.js script in Java. Many modifications have been made however.

Table Of Contents

Latest Version

Download org.openimaj : readability4j Javadoc & API Documentation - Latest Versions:

All Versions

Download org.openimaj : readability4j Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.3.x
1.3

How to open Javadoc JAR file in web browser

  1. Rename the file readability4j-1.3.10-javadoc.jar to readability4j-1.3.10-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder readability4j-1.3.10-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "readability4j-1.3.10-sources.jar" -d "readability4j-1.3.10-javadoc" -subpackages 

Advertisement