Giter Site home page Giter Site logo

a9t9 / free-ocr-windows-desktop Goto Github PK

View Code? Open in Web Editor NEW
244.0 244.0 71.0 412 KB

Free open-source OCR application for the Windows Desktop - A modern GUI front-end for the Tesseract OCR engine. The application also includes support for reading and OCR'ing PDF files.

Home Page: https://ocr.space/blog/p/free-ocr-windows.html

License: GNU Affero General Public License v3.0

C# 100.00%

free-ocr-windows-desktop's People

Contributors

a9t9 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

free-ocr-windows-desktop's Issues

It's not okay ...

After installing your software, I miraculously have a folder C:\ProgramFiles\gs and my "Programs and Features" list has ghostscript in it.

If you need ghostscript, please include the binaries in your software and don't install gs as a separate software without the users consent. And why does my computer need a restart after installing your software? Did you also manipulate system files?

You are using elevated rights to perform actions, that I did not know about. I cannot recommend this software to anyone under those circumstances. ๐Ÿ˜ 

Missing components and tools for build

It is not possible to build the software without additional components.

Here are some of the warnings reported by Visual Studio 2017 (German):

Warnung		Das benutzerdefinierte Tool "XamlIntelliSenseFileGenerator" kann nicht gefunden werden.	(a9t9)OcrDesktop\App.xaml		
Warnung		Die Komponente "Ghostscript.NET", auf die verwiesen wird, wurde nicht gefunden.	(a9t9)OcrDesktop
Warnung		Die Komponente "GongSolutions.Wpf.DragDrop", auf die verwiesen wird, wurde nicht gefunden.	(a9t9)OcrDesktop
Warnung		Die Komponente "System.Windows.Interactivity", auf die verwiesen wird, wurde nicht gefunden.	(a9t9)OcrDesktop
Warnung		Die Komponente "Tesseract", auf die verwiesen wird, wurde nicht gefunden.	(a9t9)OcrDesktop

Where can I get the missing components and the missing tool?

Is this same as your online OCR?

Hi,

I couldn't have it working in my computer yet but just looked through your code.
It seems that it just uses Tesseract-OCR's basic function to detect texts. Which is:

using (var engine = new TesseractEngine(_pathToTestData, Language, EngineMode.Default))
{
using (var img = Pix.LoadFromFile(pathToImage))
{
using (var page = engine.Process(img))
{
var resultText = page.GetText();
if (!String.IsNullOrEmpty(resultText))
return resultText;
}
}
}

I know about this code and it wasn't very great. However your online OCR (https://ocr.space/) works really great. How come they are different? Are they really using same code?

I guess they are using different tessdata. Would you be able to share your tessdata too?

"Test image not found..." warning and no OCR result

Im getting a warning when pressing the "Start OCR button" or the menu File>Start Ocr.

"Ooops. Test image not found (no big deal, everything else should still work fine).
I looked in C:\ProgramData(a9t9)OcrDesktop\tessdata"

The desktop app worked fine but I'm not getting any OCR results running the sourcecode.

Additional question: I'd like to add an option to export to .csv or .xlsx but as I'm a beginner I am still unsure how to add this option.
I assume it should be done in the FileManipulator.cs and |FileManipulator.cs

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.