IRONSOFTWAREHOME

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

Curtis Chau
Curtis Chau
Updated: 2026년 4월 23일
या दसतऐवजाचया इतर आवततया:

आयरनओसीआर एक 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
기술 문서 작성자

커티스 차우는 칼턴 대학교에서 컴퓨터 과학 학사 학위를 취득했으며, Node.js, TypeScript, JavaScript, React를 전문으로 하는 프론트엔드 개발자입니다. 직관적이고 미적으로 뛰어난 사용자 인터페이스를 만드는 데 열정을 가진 그는 최신 프레임워크를 활용하고, 잘 구성되고 시각적으로 매력적인 매뉴얼을 제작하는 것을 즐깁니다.

...
더 읽어보기

시작할 준비 되셨나요?

Nuget Downloads 6,236,385버전:2026.9방금 출시

지금 바로 30일 무료 체험판 키를 받으세요.
신용카드나 계정 생성은 필요하지 않습니다.
PDF용 C# NuGet 라이브러리
NuGet을 사용하여 설치하세요

버전: 2026.9

PM > Install-Package IronOcr
nuget.org/packages/IronOcr/
  1. 솔루션 탐색기에서 참조를 마우스 오른쪽 버튼으로 클릭하고 NuGet 패키지 관리를 선택합니다.
  2. 찾아보기를 선택하고 "IronOCR"을 검색하세요.
  3. 패키지를 선택하고 설치하세요
C# PDF DLL
DLL 다운로드

버전: 2026.9

또는 여기에서 Windows 설치 프로그램을 다운로드하십시오.

  1. IronOCR을 다운로드하고 솔루션 디렉터리 내의 ~/Libs와 같은 위치에 압축을 푸세요.
  2. Visual Studio 솔루션 탐색기에서 참조를 마우스 오른쪽 버튼으로 클릭합니다. 찾아보기를 선택하고 "IronOCR.dll"을 선택합니다.

라이선스 가격은 749달러 부터 시작합니다.

Key in blue circle

무료 30일 체험 키를 즉시 받으세요.

Your trial license will be sent to your email address

제한 없음. 100% 무제한 이용. 신용카드 불필요.

bullet_checked신용카드나 계정 생성은 필요하지 않습니다.제한 없음. 100% 무제한 이용. 신용카드 불필요.
  • Logo Aetna
  • Logo NASA
  • Logo GE
  • Logo Porsche
  • Logo USDA
  • Logo Qatar
Join Millions of Engineers who’ve tried IronPDF
부담 없는 무료 상담을 받아보세요
아래 양식을 작성하시거나 sales@ironsoftware.com으로 이메일을 보내주세요.
고객님의 정보는 항상 비밀로 유지됩니다.
전 세계 수백만 엔지니어들이 신뢰하는 제품입니다.
Iron Software의 고객 로고
지금 바로 30일 무료 체험판 키를 받으세요.
신용카드나 계정 생성은 필요하지 않습니다.