Skip to content

Commit b4f0b02

Browse files
Merge pull request #6 from aliyun/add_ocr
add ocr
2 parents 9b7d946 + 0a7a78e commit b4f0b02

File tree

53 files changed

+4099
-13
lines changed

Some content is hidden

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

53 files changed

+4099
-13
lines changed

ocr-20191230/Teafile

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"baseClient": "com.aliyuncs.pop.RPCClient"
2020
},
2121
"csharp": {
22-
"namespace": "AlibabaCloud.Ocr",
23-
"baseClient": "AlibabaCloud.RPCClient:AlibabaCloud.RPCClient.RPCClient"
22+
"namespace": "AlibabaCloud.OCR",
23+
"baseClient": "AlibabaCloud.RPC:RPCClient"
2424
},
2525
"import": {
2626
"go": {
@@ -48,11 +48,12 @@
4848
"model": "AlibabaCloud.OSS.Models"
4949
},
5050
"OpenPlatform": {
51-
"client": "Aliyun.SDK.Client",
52-
"model": "Aliyun.SDK.Models"
51+
"client": "AlibabaCloud.SDK.OpenPlatform.Client",
52+
"model": "AlibabaCloud.SDK.OpenPlatform.Models"
5353
},
5454
"Common": {
55-
"staticClass": "AlibabaCloud.Common"
55+
"staticClass": "AlibabaCloud.Common",
56+
"model": "AlibabaCloud.Commons.Models"
5657
}
5758
}
5859
}
Lines changed: 301 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,301 @@
1+
2+
# Created by https://www.gitignore.io/api/csharp
3+
4+
### Csharp ###
5+
## Ignore Visual Studio temporary files, build results, and
6+
## files generated by popular Visual Studio add-ons.
7+
##
8+
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
9+
10+
# User-specific files
11+
*.suo
12+
*.user
13+
*.userosscache
14+
*.sln.docstates
15+
16+
# User-specific files (MonoDevelop/Xamarin Studio)
17+
*.userprefs
18+
19+
# Build results
20+
[Dd]ebug/
21+
[Dd]ebugPublic/
22+
[Rr]elease/
23+
[Rr]eleases/
24+
x64/
25+
x86/
26+
bld/
27+
[Bb]in/
28+
[Oo]bj/
29+
[Ll]og/
30+
31+
# Visual Studio 2015 cache/options directory
32+
.vs/
33+
# Uncomment if you have tasks that create the project's static files in wwwroot
34+
#wwwroot/
35+
36+
# Visual Studio Code cache/options directory
37+
.vscode/
38+
39+
# MSTest test Results
40+
[Tt]est[Rr]esult*/
41+
[Bb]uild[Ll]og.*
42+
43+
# NUNIT
44+
*.VisualState.xml
45+
TestResult.xml
46+
47+
# Build Results of an ATL Project
48+
[Dd]ebugPS/
49+
[Rr]eleasePS/
50+
dlldata.c
51+
52+
# .NET Core
53+
project.lock.json
54+
project.fragment.lock.json
55+
artifacts/
56+
**/Properties/launchSettings.json
57+
58+
*_i.c
59+
*_p.c
60+
*_i.h
61+
*.ilk
62+
*.meta
63+
*.obj
64+
*.pch
65+
*.pdb
66+
*.pgc
67+
*.pgd
68+
*.rsp
69+
*.sbr
70+
*.tlb
71+
*.tli
72+
*.tlh
73+
*.tmp
74+
*.tmp_proj
75+
*.log
76+
*.vspscc
77+
*.vssscc
78+
.builds
79+
*.pidb
80+
*.svclog
81+
*.scc
82+
83+
# Chutzpah Test files
84+
_Chutzpah*
85+
86+
# Visual C++ cache files
87+
ipch/
88+
*.aps
89+
*.ncb
90+
*.opendb
91+
*.opensdf
92+
*.sdf
93+
*.cachefile
94+
*.VC.db
95+
*.VC.VC.opendb
96+
97+
# Visual Studio profiler
98+
*.psess
99+
*.vsp
100+
*.vspx
101+
*.sap
102+
103+
# TFS 2012 Local Workspace
104+
$tf/
105+
106+
# Guidance Automation Toolkit
107+
*.gpState
108+
109+
# ReSharper is a .NET coding add-in
110+
_ReSharper*/
111+
*.[Rr]e[Ss]harper
112+
*.DotSettings.user
113+
114+
# JustCode is a .NET coding add-in
115+
.JustCode
116+
117+
# TeamCity is a build add-in
118+
_TeamCity*
119+
120+
# DotCover is a Code Coverage Tool
121+
*.dotCover
122+
123+
# Visual Studio code coverage results
124+
*.coverage
125+
*.coveragexml
126+
127+
# NCrunch
128+
_NCrunch_*
129+
.*crunch*.local.xml
130+
nCrunchTemp_*
131+
132+
# MightyMoose
133+
*.mm.*
134+
AutoTest.Net/
135+
136+
# Web workbench (sass)
137+
.sass-cache/
138+
139+
# Installshield output folder
140+
[Ee]xpress/
141+
142+
# DocProject is a documentation generator add-in
143+
DocProject/buildhelp/
144+
DocProject/Help/*.HxT
145+
DocProject/Help/*.HxC
146+
DocProject/Help/*.hhc
147+
DocProject/Help/*.hhk
148+
DocProject/Help/*.hhp
149+
DocProject/Help/Html2
150+
DocProject/Help/html
151+
152+
# Click-Once directory
153+
publish/
154+
155+
# Publish Web Output
156+
*.[Pp]ublish.xml
157+
*.azurePubxml
158+
# TODO: Uncomment the next line to ignore your web deploy settings.
159+
# By default, sensitive information, such as encrypted password
160+
# should be stored in the .pubxml.user file.
161+
#*.pubxml
162+
*.pubxml.user
163+
*.publishproj
164+
165+
# Microsoft Azure Web App publish settings. Comment the next line if you want to
166+
# checkin your Azure Web App publish settings, but sensitive information contained
167+
# in these scripts will be unencrypted
168+
PublishScripts/
169+
170+
# NuGet Packages
171+
*.nupkg
172+
# The packages folder can be ignored because of Package Restore
173+
**/packages/*
174+
# except build/, which is used as an MSBuild target.
175+
!**/packages/build/
176+
# Uncomment if necessary however generally it will be regenerated when needed
177+
#!**/packages/repositories.config
178+
# NuGet v3's project.json files produces more ignorable files
179+
*.nuget.props
180+
*.nuget.targets
181+
182+
# Microsoft Azure Build Output
183+
csx/
184+
*.build.csdef
185+
186+
# Microsoft Azure Emulator
187+
ecf/
188+
rcf/
189+
190+
# Windows Store app package directories and files
191+
AppPackages/
192+
BundleArtifacts/
193+
Package.StoreAssociation.xml
194+
_pkginfo.txt
195+
196+
# Visual Studio cache files
197+
# files ending in .cache can be ignored
198+
*.[Cc]ache
199+
# but keep track of directories ending in .cache
200+
!*.[Cc]ache/
201+
202+
# Others
203+
ClientBin/
204+
~$*
205+
*~
206+
*.dbmdl
207+
*.dbproj.schemaview
208+
*.jfm
209+
*.pfx
210+
*.publishsettings
211+
orleans.codegen.cs
212+
213+
# Since there are multiple workflows, uncomment next line to ignore bower_components
214+
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
215+
#bower_components/
216+
217+
# RIA/Silverlight projects
218+
Generated_Code/
219+
220+
# Backup & report files from converting an old project file
221+
# to a newer Visual Studio version. Backup files are not needed,
222+
# because we have git ;-)
223+
_UpgradeReport_Files/
224+
Backup*/
225+
UpgradeLog*.XML
226+
UpgradeLog*.htm
227+
228+
# SQL Server files
229+
*.mdf
230+
*.ldf
231+
*.ndf
232+
233+
# Business Intelligence projects
234+
*.rdl.data
235+
*.bim.layout
236+
*.bim_*.settings
237+
238+
# Microsoft Fakes
239+
FakesAssemblies/
240+
241+
# GhostDoc plugin setting file
242+
*.GhostDoc.xml
243+
244+
# Node.js Tools for Visual Studio
245+
.ntvs_analysis.dat
246+
node_modules/
247+
248+
# Typescript v1 declaration files
249+
typings/
250+
251+
# Visual Studio 6 build log
252+
*.plg
253+
254+
# Visual Studio 6 workspace options file
255+
*.opt
256+
257+
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
258+
*.vbw
259+
260+
# Visual Studio LightSwitch build output
261+
**/*.HTMLClient/GeneratedArtifacts
262+
**/*.DesktopClient/GeneratedArtifacts
263+
**/*.DesktopClient/ModelManifest.xml
264+
**/*.Server/GeneratedArtifacts
265+
**/*.Server/ModelManifest.xml
266+
_Pvt_Extensions
267+
268+
# Paket dependency manager
269+
.paket/paket.exe
270+
paket-files/
271+
272+
# FAKE - F# Make
273+
.fake/
274+
275+
# JetBrains Rider
276+
.idea/
277+
*.sln.iml
278+
279+
# CodeRush
280+
.cr/
281+
282+
# Python Tools for Visual Studio (PTVS)
283+
__pycache__/
284+
*.pyc
285+
286+
# Cake - Uncomment if you are using it
287+
# tools/**
288+
# !tools/packages.config
289+
290+
# Telerik's JustMock configuration file
291+
*.jmconfig
292+
293+
# BizTalk build output
294+
*.btp.cs
295+
*.btm.cs
296+
*.odx.cs
297+
*.xsd.cs
298+
299+
300+
# End of https://www.gitignore.io/api/csharp
301+
dotnet_build.sh

0 commit comments

Comments
 (0)