Skip to content

Commit fa1120d

Browse files
committed
Aspose OCR Cloud Java SDK 20.5
0 parents  commit fa1120d

File tree

146 files changed

+26382
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+26382
-0
lines changed
167 KB
Binary file not shown.
39.2 KB
Binary file not shown.

!Releases/aspose-cloud-ocr-20.5.0.jar

3.49 MB
Binary file not shown.

!Releases/aspose-cloud-ocr-20.5.0.pom

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
<groupId>com.aspose</groupId>
5+
<artifactId>aspose-ocr-cloud</artifactId>
6+
<packaging>jar</packaging>
7+
<name>aspose-ocr-cloud</name>
8+
<version>20.5.0</version>
9+
<url>https://products.aspose.cloud/ocr/java</url>
10+
<description>Aspose cloud java SDK</description>
11+
<scm>
12+
<connection>scm:git:git@github.com:aspose-ocr-cloud/aspose-ocr-cloud-java.git</connection>
13+
<developerConnection>scm:git:git@github.com:aspose-ocr-cloud/aspose-ocr-cloud-java.git</developerConnection>
14+
<url>https://github.com/aspose-ocr-cloud/aspose-ocr-cloud-java</url>
15+
</scm>
16+
<licenses>
17+
<license>
18+
<name>MIT</name>
19+
<url>https://opensource.org/licenses/mit-license.php</url>
20+
<distribution>repo</distribution>
21+
</license>
22+
<license>
23+
<name>MIT License</name>
24+
<url>https://github.com/aspose-ocr-cloud/aspose-ocr-cloud-java/blob/master/LICENSE</url>
25+
<distribution>repo</distribution>
26+
</license>
27+
</licenses>
28+
29+
<developers>
30+
<developer>
31+
<name>Alexander Golshtein</name>
32+
<email>alexander.golshtein@aspose.com</email>
33+
<organization>Aspose Pty Ltd</organization>
34+
<organizationUrl>http://www.aspose.com</organizationUrl>
35+
</developer>
36+
</developers>
37+
<repositories>
38+
<repository>
39+
<id>AsposeJavaAPI</id>
40+
<name>Aspose Java API</name>
41+
<url>http://maven.aspose.com/repository/repo</url>
42+
</repository>
43+
<repository>
44+
<id>apache.snapshots</id>
45+
<name>Apache Development Snapshot Repository</name>
46+
<url>https://repository.apache.org/content/repositories/snapshots/</url>
47+
<releases>
48+
<enabled>false</enabled>
49+
</releases>
50+
<snapshots>
51+
<enabled>true</enabled>
52+
</snapshots>
53+
</repository>
54+
</repositories>
55+
56+
<dependencies>
57+
<dependency>
58+
<groupId>com.squareup.okhttp3</groupId>
59+
<artifactId>logging-interceptor</artifactId>
60+
<version>${logging-interceptor-version}</version>
61+
</dependency>
62+
<dependency>
63+
<groupId>com.squareup.retrofit2</groupId>
64+
<artifactId>converter-gson</artifactId>
65+
<version>${retrofit-version}</version>
66+
</dependency>
67+
<dependency>
68+
<groupId>com.squareup.retrofit2</groupId>
69+
<artifactId>retrofit</artifactId>
70+
<version>${retrofit-version}</version>
71+
</dependency>
72+
<dependency>
73+
<groupId>com.squareup.retrofit2</groupId>
74+
<artifactId>converter-scalars</artifactId>
75+
<version>${retrofit-version}</version>
76+
</dependency>
77+
<dependency>
78+
<groupId>io.gsonfire</groupId>
79+
<artifactId>gson-fire</artifactId>
80+
<version>${gson-fire-version}</version>
81+
</dependency>
82+
<dependency>
83+
<groupId>org.threeten</groupId>
84+
<artifactId>threetenbp</artifactId>
85+
<version>${threetenbp-version}</version>
86+
</dependency>
87+
<!-- test dependencies -->
88+
<dependency>
89+
<groupId>junit</groupId>
90+
<artifactId>junit</artifactId>
91+
<version>${junit-version}</version>
92+
<scope>test</scope>
93+
</dependency>
94+
</dependencies>
95+
<properties>
96+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
97+
<java.version>1.7</java.version>
98+
<maven.compiler.source>${java.version}</maven.compiler.source>
99+
<maven.compiler.target>${java.version}</maven.compiler.target>
100+
<okhttp-version>2.7.5</okhttp-version>
101+
<logging-interceptor-version>4.5.0</logging-interceptor-version>
102+
<gson-fire-version>1.8.4</gson-fire-version>
103+
<retrofit-version>2.8.1</retrofit-version>
104+
<threetenbp-version>1.4.3</threetenbp-version>
105+
<junit-version>4.12</junit-version>
106+
</properties>
107+
</project>

.gitignore

Lines changed: 213 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,213 @@
1+
# Created by https://www.gitignore.io/api/java,gradle,eclipse,intellij
2+
# Edit at https://www.gitignore.io/?templates=java,gradle,eclipse,intellij
3+
4+
### Eclipse ###
5+
.metadata
6+
bin/
7+
tmp/
8+
*.tmp
9+
*.bak
10+
*.swp
11+
*~.nib
12+
local.properties
13+
.settings/
14+
.loadpath
15+
.recommenders
16+
17+
# External tool builders
18+
.externalToolBuilders/
19+
20+
# Locally stored "Eclipse launch configurations"
21+
*.launch
22+
23+
# PyDev specific (Python IDE for Eclipse)
24+
*.pydevproject
25+
26+
# CDT-specific (C/C++ Development Tooling)
27+
.cproject
28+
29+
# CDT- autotools
30+
.autotools
31+
32+
# Java annotation processor (APT)
33+
.factorypath
34+
35+
# PDT-specific (PHP Development Tools)
36+
.buildpath
37+
38+
# sbteclipse plugin
39+
.target
40+
41+
# Tern plugin
42+
.tern-project
43+
44+
# TeXlipse plugin
45+
.texlipse
46+
47+
# STS (Spring Tool Suite)
48+
.springBeans
49+
50+
# Code Recommenders
51+
.recommenders/
52+
53+
# Annotation Processing
54+
.apt_generated/
55+
56+
# Scala IDE specific (Scala & Java development for Eclipse)
57+
.cache-main
58+
.scala_dependencies
59+
.worksheet
60+
61+
### Eclipse Patch ###
62+
# Eclipse Core
63+
.project
64+
65+
# JDT-specific (Eclipse Java Development Tools)
66+
.classpath
67+
68+
# Annotation Processing
69+
.apt_generated
70+
71+
.sts4-cache/
72+
73+
### Intellij ###
74+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
75+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
76+
77+
# User-specific stuff
78+
.idea/**/workspace.xml
79+
.idea/**/tasks.xml
80+
.idea/**/usage.statistics.xml
81+
.idea/**/dictionaries
82+
.idea/**/shelf
83+
84+
# Generated files
85+
.idea/**/contentModel.xml
86+
87+
# Sensitive or high-churn files
88+
.idea/**/dataSources/
89+
.idea/**/dataSources.ids
90+
.idea/**/dataSources.local.xml
91+
.idea/**/sqlDataSources.xml
92+
.idea/**/dynamic.xml
93+
.idea/**/uiDesigner.xml
94+
.idea/**/dbnavigator.xml
95+
96+
# Gradle
97+
.idea/**/gradle.xml
98+
.idea/**/libraries
99+
100+
# Gradle and Maven with auto-import
101+
# When using Gradle or Maven with auto-import, you should exclude module files,
102+
# since they will be recreated, and may cause churn. Uncomment if using
103+
# auto-import.
104+
# .idea/modules.xml
105+
# .idea/*.iml
106+
# .idea/modules
107+
# *.iml
108+
# *.ipr
109+
110+
# CMake
111+
cmake-build-*/
112+
113+
# Mongo Explorer plugin
114+
.idea/**/mongoSettings.xml
115+
116+
# File-based project format
117+
*.iws
118+
119+
# IntelliJ
120+
out/
121+
122+
# mpeltonen/sbt-idea plugin
123+
.idea_modules/
124+
125+
# JIRA plugin
126+
atlassian-ide-plugin.xml
127+
128+
# Cursive Clojure plugin
129+
.idea/replstate.xml
130+
131+
# Crashlytics plugin (for Android Studio and IntelliJ)
132+
com_crashlytics_export_strings.xml
133+
crashlytics.properties
134+
crashlytics-build.properties
135+
fabric.properties
136+
137+
# Editor-based Rest Client
138+
.idea/httpRequests
139+
140+
# Android studio 3.1+ serialized cache file
141+
.idea/caches/build_file_checksums.ser
142+
143+
### Intellij Patch ###
144+
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
145+
146+
# *.iml
147+
# modules.xml
148+
# .idea/misc.xml
149+
# *.ipr
150+
151+
# Sonarlint plugin
152+
.idea/**/sonarlint/
153+
154+
# SonarQube Plugin
155+
.idea/**/sonarIssues.xml
156+
157+
# Markdown Navigator plugin
158+
.idea/**/markdown-navigator.xml
159+
.idea/**/markdown-navigator/
160+
161+
### Java ###
162+
# Compiled class file
163+
*.class
164+
165+
# Log file
166+
*.log
167+
168+
# BlueJ files
169+
*.ctxt
170+
171+
# Mobile Tools for Java (J2ME)
172+
.mtj.tmp/
173+
174+
# Package Files #
175+
*.jar
176+
*.war
177+
*.nar
178+
*.ear
179+
*.zip
180+
*.tar.gz
181+
*.rar
182+
183+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
184+
hs_err_pid*
185+
186+
### Gradle ###
187+
.gradle
188+
build/
189+
190+
# Ignore Gradle GUI config
191+
gradle-app.setting
192+
193+
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
194+
!gradle-wrapper.jar
195+
196+
# Cache of project
197+
.gradletasknamecache
198+
199+
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
200+
# gradle/wrapper/gradle-wrapper.properties
201+
202+
### Gradle Patch ###
203+
**/build/
204+
205+
# End of https://www.gitignore.io/api/java,gradle,eclipse,intellij
206+
207+
**/out/
208+
out/
209+
210+
!!Releases
211+
!!Releases/
212+
!!Releases/*
213+
!!Releases/**

.idea/Aspose.OCR.Cloud.SDK.Java.iml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/artifacts/Aspose_OCR_Cloud_SDK_Java_main_jar.xml

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/compiler.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/jarRepositories.xml

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)