OCR_EXAMPLE
alicloud ocr examples
File Explorer
Download Latest Version (.zip)- AssemblyInfo.cs
- appcode_demo.cs
- appcode_demo.csproj
- Constants.cs
- ContentType.cs
- HttpHeader.cs
- HttpMethod.cs
- HttpSchema.cs
- SystemHeader.cs
- Method.cs
- DateUtil.cs
- DictionaryUtil.cs
- HttpUtil.cs
- MessageDigestUtil.cs
- SignUtil.cs
- AssemblyInfo.cs
- App.config
- appkey_demo.cs
- appkey_demo.csproj
- readme.md
- access.hpp
- raw_result_buffer.hpp
- base32.hpp
- base64.hpp
- codec.hpp
- config.hpp
- hex.hpp
- stream_codec.hpp
- base32_crockford.hpp
- base32_default_crockford.hpp
- base32_default_hex.hpp
- base32_default_rfc4648.hpp
- base32_hex.hpp
- base32_rfc4648.hpp
- base64_default_rfc4648.hpp
- base64_default_url.hpp
- base64_default_url_unpadded.hpp
- base64_rfc4648.hpp
- base64_url.hpp
- base64_url_unpadded.hpp
- hex_default_lower.hpp
- hex_default_upper.hpp
- hex_lower.hpp
- hex_upper.hpp
- parse_error.hpp
- json.hpp
- appcode_demo.cpp
- Makefile
- readme.md
- APPCodeDemo.java
- APPKeyDemo.java
- Constants.java
- ContentType.java
- HttpHeader.java
- HttpMethod.java
- HttpSchema.java
- SystemHeader.java
- Method.java
- HttpUtil.java
- HttpUtils.java
- MessageDigestUtil.java
- SignUtil.java
- Client.java
- Request.java
- Response.java
- pom.xml
- readme.md
- .gitkeep
- Constants.php
- ContentType.php
- HttpHeader.php
- HttpMethod.php
- HttpSchema.php
- SystemHeader.php
- .gitkeep
- HttpClient.php
- HttpRequest.php
- HttpResponse.php
- .gitkeep
- Autoloader.php
- DictionaryUtil.php
- HttpUtil.php
- MessageDigestUtil.php
- SignUtil.php
- LICENSE
- README.md
- appcode_demo.php
- appkey_demo.php
- readme.md
- __init__.py
- md5_tool.py
- sha_hmac256.py
- signature_composer.py
- url_encoder.py
- __init__.py
- constant.py
- __init__.py
- request.py
- response.py
- __init__.py
- DateUtil.py
- ParamUtil.py
- UUIDUtil.py
- __init__.py
- client.py
- __init__.py
- __init__.py
- __init__.py
- __init__.py
- appcode_demo.py
- appkey_demo.py
- readme.md
- appcode_demo.py
- readme.md
- .gitignore
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/ALIBABAOCR/OCR_EXAMPLE
Downloads the entire project code from GitHub to your computer.
cd OCR_EXAMPLE
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
โ ๏ธ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd c#/appcode_demo
This project's files live in a subfolder, so move into it first.
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
3. Maven (Java)
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java projects.
- Maven The build tool used for the mvn command.
cd java
This project's files live in a subfolder, so move into it first.
mvn clean install
Installs dependencies and builds the project using Maven.
A BUILD SUCCESS message means it worked. The output is created under target/.
4. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
cd c++
This project's files live in a subfolder, so move into it first.
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
