| 组织ID: |
ch.epfl.bbp.nlp |
| 项目ID: |
pdf_glyph_mapping |
| 版本: |
1.0.1 |
| 最后修改时间: |
2019-10-29 15:50:10 |
| 包类型: |
jar |
| 标题: |
Pdf Glyph Mapping |
| 描述: |
Corrects glyph during PDF extraction |
| 大小: |
29.15KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>ch.epfl.bbp.nlp</groupId>
<artifactId>pdf_glyph_mapping</artifactId>
<version>1.0.1</version>
</dependency>
|
| Gradle引入代码: |
ch.epfl.bbp.nlp:pdf_glyph_mapping:1.0.1
|
| 下载Jar包: |
|
| POM文件内容: |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>ch.epfl.bbp.nlp</groupId>
<artifactId>bluima_parent</artifactId>
<version>1.0.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>pdf_glyph_mapping</artifactId>
<name>Pdf Glyph Mapping</name>
<description>Corrects glyph during PDF extraction</description>
<dependencies>
<dependency>
<groupId>org.xml-cml</groupId>
<artifactId>pdf2svg-dev</artifactId>
<version>0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<id>ucc-repo</id>
<name>UCC Repository</name>
<url>https://maven.ch.cam.ac.uk/m2repo</url>
</repository>
<repository>
<id>jbig2.googlecode</id>
<name>JBIG2 ImageIO-Plugin repository at googlecode.com</name>
<url>http://jbig2-imageio.googlecode.com/svn/maven-repository</url>
</repository>
</repositories>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
git.properties
org/xmlcml/pdf2svg/additional_glyphlist.txt
org/xmlcml/pdf2svg/adobeGlyphlist.txt
org.xmlcml.pdf2svg.GlyphCorrector.class
META-INF/maven/ch.epfl.bbp.nlp/pdf_glyph_mapping/pom.xml
META-INF/maven/ch.epfl.bbp.nlp/pdf_glyph_mapping/pom.properties
|
| 依赖Jar: |
pdf2svg-dev-0.1-SNAPSHOT.jar
/org.xml-cml/pdf2svg-dev/0.1-SNAPSHOT
查看pdf2svg-dev所有版本文件
junit-${junit.version}.jar
/junit/junit/${junit.version}
查看junit所有版本文件
|