You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,6 @@
1
1
Content ExtRactor and MINEr
2
2
===========================
3
3
4
-
[](https://gitter.im/CeON/CERMINE?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
5
-
6
4
CERMINE is a Java library and a web service ([cermine.ceon.pl](http://cermine.ceon.pl/)) for extracting metadata
7
5
and content from PDF files containing academic publications.
8
6
CERMINE is written in Java at [Centre for Open Science](http://ceon.pl/en/research/) at [Interdisciplinary Centre for Mathematical and Computational Modelling](http://www.icm.edu.pl/), [University of Warsaw](http://www.uw.edu.pl/).
@@ -16,9 +14,9 @@ How to cite CERMINE:
16
14
In International Journal on Document Analysis and Recognition (IJDAR), 2015,
17
15
vol. 18, no. 4, pp. 317-335, doi: 10.1007/s10032-015-0249-8.
@@ -42,7 +40,7 @@ Refer to one of the sections below for details.
42
40
43
41
**Standalone application**
44
42
45
-
The easiest way to process files on a laptop/server is using CERMINE as a standalone application. All you will need is a single JAR file containing all the tools, external libraries and learned models. The latest release can be downloaded from [the repository](http://maven.icm.edu.pl/artifactory/simple/kdd-releases/pl/edu/icm/cermine/cermine-impl/) (look for a file called `cermine-impl-<VERSION>-jar-with-dependencies.jar`).
43
+
The easiest way to process files on a laptop/server is using CERMINE as a standalone application. All you will need is a single JAR file containing all the tools, external libraries and learned models. The latest release can be downloaded from [the repository](http://maven.ceon.pl/artifactory/webapp/#/artifacts/browse/simple/General/kdd-releases/pl/edu/icm/cermine/cermine-impl) (look for a file called `cermine-impl-<VERSION>-jar-with-dependencies.jar`). The current version is [1.12](https://maven.ceon.pl/artifactory/kdd-releases/pl/edu/icm/cermine/cermine-impl/1.12/cermine-impl-1.12-jar-with-dependencies.jar).
46
44
47
45
The file can be directly used for extraction. The following command will extract the metadata and content from PDF files:
0 commit comments