Git Product home page Git Product logo

iron-ocr-image-to-text-in-csharp's Introduction

Image to Text in C#

This repository contains sample C# source code referenced in the tutorial documentation for IronOCR. https://ironsoftware.com/csharp/ocr/

Dependancies

The Iron OCR library for .Net

 PM > Install-Package IronOcr

Example 1

Example 1 explores the AutoOcr Class an shows that OCR can be performed in a single line of C# code in a .Net Project

This technique works for OCR on Images, Screenshots, Scans, Photographs and PDF documents.

Example 2

Example 2 shows the AdvancedOcr Class.

It also demonstrated IronOCR key feature - it is highly successful in performing OCR on low quality input images and documents.

Even with skew, rotation. text distortion and digital noise, there is only a 0.9% drop in OCR accuracy and no major loss of speed for OCR.

Example 3

Example 3 shows how to use a System.Drawing.Rectangle to perform OCR on a specified region ("crop-region") of a document.

Example 4

Example 4 shows the use af an OCR language pack to read Arabic text in C#.

PM> Install-Package IronOcr.Languages.Arabic

Other International OCR Languages

22 OCR languages are supported including:

  • Arabic
  • ChineseSimplified
  • ChineseTraditional
  • Czech
  • Danish
  • Finnish
  • French
  • German
  • Greek
  • Hebrew
  • Hungarian
  • Italian
  • Japanese
  • Korean
  • Norwegian
  • Polish
  • Portuguese
  • Russian
  • Spanish
  • Swedish
  • Thai
  • Turkish

iron-ocr-image-to-text-in-csharp's People

Contributors

iron-production-team avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.