<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  
  <groupId>com.aspose</groupId>
  <artifactId>aspose-omr</artifactId>
  <version>23.1</version>
  <packaging>jar</packaging>
  
	<name>Aspose.OMR for Java</name>
	<description>
        Aspose.OMR for Java is an API for optical marks recognition from various images 
		including PNG, GIF, JPEG, TIFF, BMP. API saves the result in CSV and JSON formats 
		as well as can show the results in Text format on performing OMR operations. 
		Moreover, OMR recognition API captures human-marked data from files of multiple 
		sources such as surveys, MCQ papers, questionnaires and more. High accuracy is 
		maintained during recognition of scanned images and even pictures from all these sources.
    </description>
	
	<url>https://products.aspose.com/omr/java</url>
	<issueManagement>
        <url>https://forum.aspose.com/c/omr/38</url>
    </issueManagement>
	<licenses>
        <license>
            <name>Aspose EULA</name>
            <url>https://company.aspose.com/legal/eula</url>
        </license>
    </licenses>
	
	<organization>
        <name>Aspose Pty Ltd</name>
        <url>https://www.aspose.com/</url>
    </organization>
	
	<profiles>
        <profile>
            <id>JDK8</id>
            <activation>
                <jdk>1.8</jdk>
            </activation>
            <properties>
                <jdk>jdk18</jdk>
            </properties>
        </profile>
    </profiles>
	<properties>
		<project.displayName>Aspose.OMR for Java</project.displayName>
		<maven.compiler.source>1.8</maven.compiler.source>
		<maven.compiler.target>1.8</maven.compiler.target>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
	</properties>
  
</project>