ABBYY Cloud OCR SDK provides Web API that can be easily used in C#, Java, Python, or any other development tool supporting communication over network.
This repo contains a set of samples in different programming languages showing how to create a simple client application using API V1 for processing image with the specified parameters and exporting the result.
Find the API V1 reference in the ABBYY Cloud OCR SDK documentation.
For more information about the product visit ABBYY Cloud OCR SDK website.
- Text recognition
- full-page and zonal OCR (printed text) for 200+ languages
- ICR (hand-printed text)
- Document conversion
- convert image/PDF to searchable PDF, PDF/A and Microsoft Word, Excel, PowerPoint
- Data extraction
- Barcode recognition
- Business card recognition
- ID recognition (MRZ)
To observe and use the samples fo image recognition, do the following:
- Register on the ABBYY Cloud OCR SDK website and create your Application. You will need the Application ID and Application Password to run any of the code samples.
- Download the samples from this repo.
- Observe the API V1 and implement your application using ABBYY OCR and capturing technologies.
Currently ABBYY Cloud OCR SDK provides 2 Web API versions:
- V1 (XML response format)
- V2 (JSON response format)
Find the full V1 and V2 difference list in the documentation.
This repo contains samples, supporting v1 version only.
Investigate the cloudsdk-client-dotnet repo for the client library and sample using the Web API (v2).
You can export recognized text to the following formats:
- TXT
- RTF
- DOCX
- XLSX
- PPTX
- PDF/A-1b
- XML
- ALTO
- vCard
- CSV
ABBYY Cloud OCR SDK detects on the image the following types of text:
- normal
- typewriter
- matrix
- index
- handprinted
- ocrA
- ocrB
- e13b
- cmc7
- gothic
Copyright © 2019 ABBYY Production LLC
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.