Research Paper Parser

A Java library to extract Title, Authors and Abstract from research paper given in pdf format.

License

License

Categories

Categories

Search Business Logic Libraries
GroupId

GroupId

in.codehub
ArtifactId

ArtifactId

research-paper-parser
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Research Paper Parser
A Java library to extract Title, Authors and Abstract from research paper given in pdf format.
Project URL

Project URL

https://github.com/nemausus/research-paper-parser

Download research-paper-parser

How to add to project

<!-- https://jarcasting.com/artifacts/in.codehub/research-paper-parser/ -->
<dependency>
    <groupId>in.codehub</groupId>
    <artifactId>research-paper-parser</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/in.codehub/research-paper-parser/
implementation 'in.codehub:research-paper-parser:1.0'
// https://jarcasting.com/artifacts/in.codehub/research-paper-parser/
implementation ("in.codehub:research-paper-parser:1.0")
'in.codehub:research-paper-parser:jar:1.0'
<dependency org="in.codehub" name="research-paper-parser" rev="1.0">
  <artifact name="research-paper-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='in.codehub', module='research-paper-parser', version='1.0')
)
libraryDependencies += "in.codehub" % "research-paper-parser" % "1.0"
[in.codehub/research-paper-parser "1.0"]

Dependencies

compile (10)

Group / Artifact Type Version
org.codehaus.jackson : jackson-core-asl jar 1.9.13
org.codehaus.jackson : jackson-mapper-asl jar 1.9.13
commons-logging : commons-logging jar 1.1.3
org.apache.commons : commons-lang3 jar 3.1
org.bouncycastle : bcprov-jdk15 jar 1.44
org.bouncycastle : bcmail-jdk15 jar 1.44
org.apache.pdfbox : pdfbox jar 1.8.2
org.apache.pdfbox : fontbox jar 1.8.2
org.apache.pdfbox : jempbox jar 1.8.2
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.0