All Projects → doxakis → How-to-use-tesseract-ocr-4.0-with-csharp

doxakis / How-to-use-tesseract-ocr-4.0-with-csharp

Licence: MIT license
How to use Tesseract OCR 4.0 with C#

Projects that are alternatives of or similar to How-to-use-tesseract-ocr-4.0-with-csharp

Image2text
📋 Python wrapper to grab text from images and save as text files using Tesseract Engine
Stars: ✭ 243 (+305%)
Mutual labels:  ocr, tesseract, tesseract-ocr
Ccextractor
CCExtractor - Official version maintained by the core team
Stars: ✭ 356 (+493.33%)
Mutual labels:  ocr, tesseract, tesseract-ocr
Nkocr
🔎📝 This is a module to make specifics OCRs at food products and nutritional tables.
Stars: ✭ 15 (-75%)
Mutual labels:  ocr, tesseract, tesseract-ocr
Tesseract
Bindings to Tesseract OCR engine for R
Stars: ✭ 192 (+220%)
Mutual labels:  ocr, tesseract, tesseract-ocr
Tesseract
This package contains an OCR engine - libtesseract and a command line program - tesseract. Tesseract 4 adds a new neural net (LSTM) based OCR engine which is focused on line recognition, but also still supports the legacy Tesseract OCR engine of Tesseract 3 which works by recognizing character patterns. Compatibility with Tesseract 3 is enabled by using the Legacy OCR Engine mode (--oem 0). It also needs traineddata files which support the legacy engine, for example those from the tessdata repository.
Stars: ✭ 43,199 (+71898.33%)
Mutual labels:  ocr, tesseract, tesseract-ocr
TesseractStudio.Net
A free Windows graphical interface to the Tesseract 4.0 OCR engine.
Stars: ✭ 38 (-36.67%)
Mutual labels:  ocr, tesseract, tesseract-ocr
breach-protocol-autosolver
Solve breach protocol minigame in second(s). Windows/Linux/GeForce Now/Google Stadia. Every language.
Stars: ✭ 28 (-53.33%)
Mutual labels:  ocr, tesseract, tesseract-ocr
React Native Tesseract Ocr
Tesseract OCR wrapper for React Native
Stars: ✭ 384 (+540%)
Mutual labels:  ocr, tesseract, tesseract-ocr
Gosseract
Go package for OCR (Optical Character Recognition), by using Tesseract C++ library
Stars: ✭ 1,622 (+2603.33%)
Mutual labels:  ocr, tesseract, tesseract-ocr
Textshot
Python tool for grabbing text via screenshot
Stars: ✭ 1,163 (+1838.33%)
Mutual labels:  ocr, tesseract, tesseract-ocr
Tesseract Ocr for windows
Visual Studio Projects for Tessearct and dependencies
Stars: ✭ 122 (+103.33%)
Mutual labels:  ocr, tesseract, tesseract-ocr
Aadhaar Card Ocr
Extract text information from Aadhaar Card using tesseract-ocr 😎
Stars: ✭ 112 (+86.67%)
Mutual labels:  ocr, tesseract, tesseract-ocr
Tesseract4android
Fork of tess-two rewritten from scratch to support latest version of Tesseract OCR.
Stars: ✭ 148 (+146.67%)
Mutual labels:  ocr, tesseract, tesseract-ocr
Android Ocr
Experimental optical character recognition app
Stars: ✭ 2,177 (+3528.33%)
Mutual labels:  ocr, tesseract
Tesseract4java
Java GUI and Tools for Tesseract OCR
Stars: ✭ 214 (+256.67%)
Mutual labels:  ocr, tesseract-ocr
Tesseract Ocr For Php
A wrapper to work with Tesseract OCR inside PHP.
Stars: ✭ 2,247 (+3645%)
Mutual labels:  ocr, tesseract
Tessdata fast
Fast integer versions of trained LSTM models
Stars: ✭ 221 (+268.33%)
Mutual labels:  ocr, tesseract
Tesstrain
Train Tesseract LSTM with make
Stars: ✭ 251 (+318.33%)
Mutual labels:  ocr, tesseract
ocreval
Update of the ISRI Analytic Tools for OCR Evaluation with UTF-8 support
Stars: ✭ 48 (-20%)
Mutual labels:  ocr, tesseract-ocr
ScribeBot
A highly scriptable automation system full of cool features. Automate everything with a little bit of Lua.
Stars: ✭ 72 (+20%)
Mutual labels:  ocr, tesseract

How to use Tesseract OCR 4.0 with C#

Sure you can compile it, but here is a quick and easy way to get the job done.

Installation

NOTE: All the required files to run the demo are in this repo. You can skip the installation section for now.

You may find this section helpful when you are ready to integrate Tesseract in your app in c#.

Demo

  • Open the solution on Visual Studio 2017 (Demo.sln)
  • Run it

The ParseText function is thread-safe.

Folder structure

  • Demo (C# solution)
  • Samples (Images you want to extract text)
  • tesseract-master.1153 (The build version I am gonna use for the demo)
    • tessdata (data files for the languages)
      • eng.traineddata
      • fra.traineddata

Copyright and license

Code released under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].