Iron-OCR-Image-to-Text-in-CSharp icon indicating copy to clipboard operation
Iron-OCR-Image-to-Text-in-CSharp copied to clipboard

Image to Text Tutorial in C# - See https://ironsoftware.com/csharp/ocr/tutorials/how-to-read-text-from-an-image-in-csharp-net/

Results 8 Iron-OCR-Image-to-Text-in-CSharp issues
Sort by recently updated
recently updated
newest added

OCR Exception:Iron OCR InstallationPath Permission Error 1772. Could not deploy and run IronOCR resources to path '' for user 'TRANS2000\nmitra'. This can be fixed globally by setting IronOcrInstallation.InstallationPath to a...

Any update for .NET CORE support?

I am getting unwanted behavior from an `AdvancedOcr` object where its `AcceptedOcrCharacters` field has been explicitly defined. As observable at the bottom of this image, I have defined `AcceptedOcrCharacters =...

When attempting to do an auto OCR I get an errror; `` AutoOcr OCR = new AutoOcr() { ReadBarCodes = false }; var Results = Ocr.Read(@"c:\botDL\image.png"); `` is my code,...

Hi all, exiting project is working fine with image in img folder, if i add a new image in that folder it fails,Does't work with attached image. ![nn](https://user-images.githubusercontent.com/48982908/55062057-32909580-509b-11e9-8e62-b15c136001b1.jpg)

while install ironocr from package magader console i got below error ![image](https://user-images.githubusercontent.com/45592659/51478163-a9b26080-1db0-11e9-8a1a-4d8eccc32364.png)

`string _zPdfFilePath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "File", "hdcc.pdf"); var _IronOcr = new IronTesseract(); _IronOcr.Language = OcrLanguage.Vietnamese; using (var _Input = new OcrInput()) { _Input.AddPdfPages(_zPdfFilePath, null, null, null); string _zPath = "hdcc-searchable.pdf"; var...

Hi all, I try IronTesseract.Read method for extract text from my pdf, but in output file is empty . Anyone have the same problem? [25062505051_N_MK2_VE-pages-1-2.pdf](https://github.com/iron-software/Iron-OCR-Image-to-Text-in-CSharp/files/10204232/25062505051_N_MK2_VE-pages-1-2.pdf)