IRONSOFTWAREHOME

सी # आणि .NET मधय मराठी ओसीआर

Curtis Chau
Curtis Chau
Updated: 23. April 2026
या दसतऐवजाचया इतर आवततया:

आयरनओसीआर एक C# सॉफटवअर घटक आह जो .NET कोडरला मराठीसह 126 भाषत परतिमा आणि पीडीएफ दसतऐवजामधन मजकर वाच दतो.

हा टसटरकटचा परगत काटा आह जो कवळ .NET विकसकासाठी तयार कला आह आणि वग आणि अचकतसाठी नियमितपण इतर टसटरकट इजिनला माग टाकतो.

आयरनऑक. भाषा.मराठीची सामगरी

या पकजमधय .NET साठी 46 OCR भाषा आहत:

  • मराठी
  • मराठीबसट
  • मराठीफासट

डाउनलोड करा

मराठी भाषा पक [मराठी]

सथापना

आपलयास सरवपरथम आपलया .NET परोजकटवर आपल मराठी ओसीआर पकज सथापित करण आह.

PM > Install-Package IronOcr.Languages.Marathi

कोड उदाहरण

हा C# कोड उदाहरण परतिमा किवा पीडीएफ दसतऐवजातन मराठी मजकर वाचतो.

// PM> Install-Package IronOcr.Languages.Marathi
using IronOcr;

// Create an instance of IronTesseract
var Ocr = new IronTesseract();

// Set the language to Marathi
Ocr.Language = OcrLanguage.Marathi;

// Provide the input image
using (var Input = new OcrInput(@"images\Marathi.png"))
{
    // Perform OCR operation
    var Result = Ocr.Read(Input);

    // Get all text from the result
    var AllText = Result.Text;
    Console.WriteLine(AllText);
}

आयरनओसीआर का निवडा?

लोह ओसीआर एक सथापित करण सोप, परत आणि दसतऐवजीकरण .NET सॉफटवअर लायबररी आह.

कोणतीही बाहय वब सवा, चाल फी किवा इटरनटवर गोपनीय कागदपतर न वापरता 99.8% + ओसीआर अचकता मिळविणयासाठी आयरनओसीआर निवडा.

सी # विकसक वहनिला परीकषणावरील आयरनओसीआर का निवडतात:

  • एकल डीएलएल किवा नजट महणन सथापित करा
  • बॉकसचया बाहर टसटरकट 5, 4 आणि 3 इजिनाचा समावश आह.
  • अचकता 99.8% नियमित टसटरकटपकषा लकषणीय आह.
  • बलिझिग सपीड आणि मलटीथरडिग
  • MVC, वबअप, डसकटॉप, कनसोल आणि सरवहर अनपरयोग ससगत
  • कारय करणयासाठी कोणतही Exes किवा C++ कोड नाही
  • परत पीडीएफ ओसीआर समरथन
  • जवळजवळ कोणतीही परतिमा फाइल किवा पीडीएफ ओसीआर करणयासाठी
  • परत .NET कोअर, मानक आणि फरमवरक समरथन
  • विडोज, मक, लिनकस, अझर, डॉकर, लमबडा, एडबलयएस वर तनात करा
  • बारकोड आणि कयआर कोड वाचा
  • एकसएचटीएमएल महणन ओसीआर निरयात करा
  • शोधणयायोगय पीडीएफ दसतऐवजावर ओसीआर निरयात करा
  • मलटीथरडिग समरथन
  • 126 आतरराषटरीय भाषा सरव नग किवा ओसीआरडटा फाइलस दवार वयवसथापित कलया आहत
  • परतिमा, समनवय, आकडवारी आणि फॉनट काढा. फकत मजकर नाही.
  • वयावसायिक आणि मालकीचया अनपरयोगामधय टसटरकट ओसीआरचा पनरवितरण करणयासाठी वापरला जाऊ शकतो.

वासतविक जगाचया परतिमा आणि छायाचितरासारखया अपरण दसतऐवजावर काम करताना किवा डिजिटल आवाज किवा अपरणता अस शकतात कमी रिझोलयशनच सकन घताना लोह ओसीआर चमकतो.

.NET पलटफॉरमसाठी इतर विनामलय ओसीआर लायबररी अशा इतर .NET टसटरकट एपीआय आणि वब सवा या वासतविक जगाचया वापरासाठी चागलयापरकार काम करत नाहीत.

टसटरकट 5 सह ओसीआर - C# मधय कोडिग परारभ करा

खाली कोड नमना दरशवितो की C# किवा वहीबी .NET वापरन परतिमच मजकर वाचण किती सोप आह.

वनलाइनर

string Text = new IronTesseract().Read(@"img\Screenshot.png").Text;

हलो वरलड कॉनफिगर करणयायोगय

// PM> Install-Package IronOcr.Languages.Marathi
using IronOcr;

// Create an instance of IronTesseract
var Ocr = new IronTesseract();

// Set the language to Marathi
Ocr.Language = OcrLanguage.Marathi;

// Create OcrInput and add images
using (var Input = new OcrInput())
{
    Input.AddImage("images/sample.jpeg");
    
    // You can add more images
    // Input.AddImage("another_image.jpeg");

    // Perform OCR operation
    var Result = Ocr.Read(Input);

    // Output the text to console
    Console.WriteLine(Result.Text);
}

सी# पीडीएफ ओसीआर

var Ocr = new IronTesseract();
Ocr.Language = OcrLanguage.Marathi;

using (var input = new OcrInput())
{
    // Add a PDF file and its password if any
    input.AddPdf("example.pdf", "password");

    // Perform OCR operation
    var Result = Ocr.Read(input);

    // Output the result
    Console.WriteLine(Result.Text);
    Console.WriteLine($"{Result.Pages.Count()} Pages");
}

मलटीपज टीआयएफएफसाठी ओसीआर

using IronOcr;

var Ocr = new IronTesseract();
Ocr.Language = OcrLanguage.Marathi;

using (var Input = new OcrInput())
{
    // Add Multi-frame TIFF
    Input.AddMultiFrameTiff("multi-frame.tiff");

    // Perform OCR operation
    var Result = Ocr.Read(Input);

    // Output result
    Console.WriteLine(Result.Text);
}

बारकोड आणि कयआर

// using IronOcr;
var Ocr = new IronTesseract();
Ocr.Configuration.ReadBarCodes = true;

using (var input = new OcrInput())
{
    // Add an image containing barcode
    input.AddImage("img/Barcode.png");

    // Perform OCR operation
    var Result = Ocr.Read(input);
    
    // Iterate over barcodes and output value
    foreach (var Barcode in Result.Barcodes)
    {
        Console.WriteLine(Barcode.Value);
        // Additional properties like Type and Location are also available
    }
}

परतिमचया विशिषट कषतरावरील ओसीआर

using IronOcr;
using System.Drawing; // Ensure System.Drawing is referenced

var Ocr = new IronTesseract();
Ocr.Language = OcrLanguage.Marathi;

using (var Input = new OcrInput())
{
    // Define a content area with specific coordinates
    var ContentArea = new System.Drawing.Rectangle { X = 215, Y = 1250, Height = 280, Width = 1335 };

    // Add image with specific content area
    Input.Add("document.png", ContentArea);

    // Perform OCR operation
    var Result = Ocr.Read(Input);

    // Output the resultant text
    Console.WriteLine(Result.Text);
}

निमन गणवतता सकनससाठी ओसीआर

using IronOcr;

var Ocr = new IronTesseract();
Ocr.Language = OcrLanguage.Marathi;

using (var Input = new OcrInput(@"img\Potter.LowQuality.tiff"))
{
    // Enhance input by removing noise and fixing rotation issues
    Input.DeNoise(); // Reduces digital noise
    Input.Deskew(); // Free from skew issues

    // Perform OCR operation
    var Result = Ocr.Read(Input);

    // Output result
    Console.WriteLine(Result.Text);
}

शोधणयायोगय पीडीएफ महणन ओसीआर परिणाम निरयात करा

using IronOcr;

var Ocr = new IronTesseract();
Ocr.Language = OcrLanguage.Marathi;

using (var Input = new OcrInput())
{
    // Set the title for PDF
    Input.Title = "Quarterly Report";

    // Add images to the input
    Input.AddImage("image1.jpeg");
    Input.AddImage("image2.png");
    Input.AddImage("image3.gif");

    // Perform OCR operation
    var Result = Ocr.Read(Input);

    // Save the result as searchable PDF
    Result.SaveAsSearchablePdf("searchable.pdf");
}

शोधणयायोगय पीडीएफ रपातरणासाठी टीआइएफएफ

using IronOcr;

var Ocr = new IronTesseract();
Ocr.Language = OcrLanguage.Marathi;

using (var Input = new OcrInput())
{
    // Add TIFF file
    Input.AddMultiFrameTiff("example.tiff");

    // Perform OCR operation and save as searchable PDF
    var Result = Ocr.Read(Input);
    Result.SaveAsSearchablePdf("searchable.pdf");
}

एचसीएल महणन ओसीआर परिणाम निरयात करा

using IronOcr;

var Ocr = new IronTesseract();
Ocr.Language = OcrLanguage.Marathi;

using (var Input = new OcrInput())
{
    // Set HTML title
    Input.Title = "Html Title";

    // Add an image
    Input.AddImage("image1.jpeg");

    // Perform OCR operation
    var Result = Ocr.Read(Input);

    // Save result as HOCR file
    Result.SaveAsHocrFile("results.html");
}

ओसीआर परतिमा वरधित फिलटर

OCR कारयकषमता सधारणयासाठी OcrInput अदवितीय फिलटर परदान करत.

परतिमा वरधन कोड उदाहरण

चागल, वगवान OCR परिणाम तयार करणयासाठी OCR इनपट परतिमा उचच परतीची बनवत.

using IronOcr;

var Ocr = new IronTesseract();
Ocr.Language = OcrLanguage.Marathi;

using (var Input = new OcrInput(@"LowQuality.jpeg"))
{
    // Enhance the input by removing noise and fixing rotation
    Input.DeNoise(); // Reduce digital noise
    Input.Deskew(); // Correct for skew

    // Perform OCR operation
    var Result = Ocr.Read(Input);

    // Output result
    Console.WriteLine(Result.Text);
}

ओसीआर परतिमा फिलटरची यादी

IronOCR मधय तयार कललया ओसीआर कारयकषमतस वरधित करणयासाठी इनपट फिलटरमधय ह समाविषट आह:

  • OcrInput.Rotate(double degrees) - Rotates the image clockwise. Use negative for counter-clockwise.
  • OcrInput.Binarize() - Converts non-binary pixels to either black or white. Useful for low contrast text.
  • OcrInput.ToGrayScale() - Converts each pixel to grayscale, potentially increasing performance.
  • OcrInput.Contrast() - Automatically increases contrast. Improves low contrast scans.
  • OcrInput.DeNoise() - Removes digital noise. Only use where noise is expected.
  • OcrInput.Invert() - Inverts all colors. Black becomes white, and vice versa.
  • OcrInput.Dilate() - Applies advanced morphology adding pixels to image object boundaries.
  • OcrInput.Erode() - Applies advanced morphology removing pixels from object boundaries.
  • OcrInput.Deskew() - Orients the image orthogonally, crucial for skewed images.
  • OcrInput.DeepCleanBackgroundNoise() - Removes heavy background noise but can lower OCR accuracy.
  • OcrInput.EnhanceResolution - Upscales low-resolution images for better OCR.

Each filter can greatly aid in improving the readability of text for OCR processes.

126 भाषा पक

IronOCR 126 आतरराषटरीय भाषाना भाषचया पकदवार समरथन करत जया डीएलएल महणन वितरित कलया जातात. यात जरमन, फरच, इगरजी, चीनी, जपानी इतयादीचा समावश आह.

आपण कोणतीही तयार कलली ".traineddata" फाइल दखील वापर शकता - आपण सवतः तयार कललया फायलीचा समावश.

भाषच उदाहरण

// using IronOcr;

// Install IronOcr.Languages.Arabic
var Ocr = new IronTesseract();
Ocr.Language = OcrLanguage.Arabic;

using (var input = new OcrInput())
{
    input.AddImage("img/arabic.gif");

    // Perform OCR operation
    var Result = Ocr.Read(input);

    // Arabic can't be printed on console directly; save to disk instead
    Result.SaveAsTextFile("arabic.txt");
}

एकाधिक भाषच उदाहरण

// using IronOcr;

// Install IronOcr.Languages.ChineseSimplified
var Ocr = new IronTesseract();
Ocr.Language = OcrLanguage.ChineseSimplified;

// Add secondary language
Ocr.AddSecondaryLanguage(OcrLanguage.Marathi);

using (var input = new OcrInput())
{
    input.AddPdf("multi-language.pdf");

    // Perform OCR operation
    var Result = Ocr.Read(input);

    // Save to text file
    Result.SaveAsTextFile("results.txt");
}

तपशीलवार ओसीआर निकाल ऑबजकटस

IronOCR परतयक ओसीआर ऑपरशनसाठी ओसीआर निकाल ऑबजकट परत करत. विकसक कवळ परतिमवरन मजकर सकन करणयासाठी या ऑबजकटची मजकर मालमतता वापरतात.

तथापि, ओसीआर निकाल डीओएम यापकषा बरच परगत आह.

using IronOcr;
using System.Drawing; // Ensure System.Drawing is referenced

var Ocr = new IronTesseract();
Ocr.Language = OcrLanguage.Marathi;
Ocr.Configuration.EngineMode = TesseractEngineMode.TesseractAndLstm;
Ocr.Configuration.ReadBarCodes = true; // Necessary for barcode reading

using (var Input = new OcrInput(@"images\sample.tiff"))
{
    OcrResult Result = Ocr.Read(Input);

    // Explore the detailed API for pages, words, barcodes, images, and more.
    var Pages = Result.Pages;
    var Words = Pages[0].Words;
    var Barcodes = Result.Barcodes;

    // Detailed exploration of OCR result object for extensive data usage
}

कामगिरी

IronOCR कामगिरी टयन करणयाची किवा इनपट परतिमा जोरदारपण सधारित करणयाची आवशयकता नसताना बॉकसचया बाहर ठिकाणी काम करत.

वग बलिझिग आहः आयरनऑक २०२०+ १० पट अधिक वगवान आह आणि मागील बाधकामापकषा २ %०% पकषा कमी चक करतो.

अधिक जाणन घया

C#, वहीबी, एफ#, किवा इतर कोणतयाही .NET O.C.C. मधय ओसीआरबददल अधिक जाणन घणयासाठी, कपया आमचा समदाय परशिकषण वाचा , ज लोह ओसीआर कस वापराव याची वासतविक जगाची उदाहरण दतात आणि यातन सरवोततम कस मिळवाव याची बारीक बारीक उदाहरण दिली जाऊ शकतात.

.NET विकसकासाठी परत ऑबजकट सदरभ दखील उपलबध आह.

Curtis Chau
Technischer Autor

Curtis Chau hat einen Bachelor-Abschluss in Informatik von der Carleton University und ist spezialisiert auf Frontend-Entwicklung mit Expertise in Node.js, TypeScript, JavaScript und React. Leidenschaftlich widmet er sich der Erstellung intuitiver und ästhetisch ansprechender Benutzerschnittstellen und arbeitet gerne mit modernen Frameworks sowie der Erstellung gut strukturierter, optisch ansprechender Handbücher.

...
Weiterlesen

Bereit anzufangen?

Nuget Downloads 6,236,385Version:2026.9gerade veröffentlicht

Erhalten Sie sofort Ihren kostenlosen 30-Tage-Testschlüssel.
Ihr Testlizenzschlüssel wurde Ihnen per E-Mail gesendet.
C# NuGet-Bibliothek für PDF
Installation mit NuGet

Version: 2026.9

PM > Install-Package IronOcr
nuget.org/packages/IronOcr/
  1. Rechtsklick auf Referenzen, NuGet-Pakete verwalten
  2. Wählen Sie Durchsuchen und suchen Sie nach "IronOCR"
  3. Paket auswählen und installieren
C# PDF DLL
Download DLL

Version: 2026.9

oder laden Sie den Windows Installer hier herunter.

  1. Laden Sie IronOCR herunter und entpacken Sie es in einem Ordner wie ~/Libs in Ihrem Lösungsverzeichnis.
  2. Klicken Sie im Visual Studio Solution Explorer mit der rechten Maustaste auf Referenzen. Wählen Sie Durchsuchen, "IronOCR.dll"

Lizenzen von $999

Key in blue circle

Holen Sie sich sofort Ihren kostenlosen 30-Tage-Testschlüssel.

Your trial license will be sent to your email address

Keine Einschränkungen. 100 % freigeschaltet. Keine Kreditkarte.

bullet_checkedIhr Testlizenzschlüssel wurde Ihnen per E-Mail gesendet.Keine Einschränkungen. 100 % freigeschaltet. Keine Kreditkarte.
  • Logo Aetna
  • Logo NASA
  • Logo GE
  • Logo Porsche
  • Logo USDA
  • Logo Qatar
Join Millions of Engineers who’ve tried IronPDF
Erhalten Sie Ihre unverbindliche Beratung
Füllen Sie das Formular unten aus oder senden Sie eine E-Mail an sales@ironsoftware.com
Ihre Daten werden immer vertraulich behandelt.
Von Millionen von Ingenieur*innen weltweit vertraut
Kundenlogos von Iron Software
Erhalten Sie sofort Ihren kostenlosen 30-Tage-Testschlüssel.
Ihr Testlizenzschlüssel wurde Ihnen per E-Mail gesendet.