All Downloads are FREE. Search and download functionalities are using the official Maven repository.

e.jhocr.jhocr.0.0.7.source-code.mvn-settings-template.xml Maven / Gradle / Ivy

Go to download

Library to parse and perform conversion from hocr files to pdf, merging the image files and mapping the hocr data into one document.

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"> 

	<servers>

		<server>
			<id>sonatype-nexus-snapshots</id>
			<username></username>
			<password></password>
		</server>

		<server>
			<id>sonatype-nexus-staging</id>
			<username></username>
			<password></password>
		</server>

	</servers>

	<profiles>
		<profile>
			<id>allow-snapshots</id>
			<activation>
				<activeByDefault>true</activeByDefault>
			</activation>
			<repositories>
				<repository>
					<id>snapshots-repo</id>
					<url>https://oss.sonatype.org/content/repositories/snapshots</url>
					<releases>
						<enabled>false</enabled>
					</releases>
					<snapshots>
						<enabled>true</enabled>
					</snapshots>
				</repository>
			</repositories>
		</profile>
	</profiles>

</settings>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy