{"id":15035974,"url":"https://github.com/iron-software/iron-barcode-reading-barcodes-in-csharp","last_synced_at":"2025-10-29T14:35:54.127Z","repository":{"id":76754685,"uuid":"157636589","full_name":"iron-software/Iron-Barcode-Reading-Barcodes-In-CSharp","owner":"iron-software","description":"C# Tutorial to read barcodes and QR - see full tutorial at https://ironsoftware.com/csharp/barcode/tutorials/reading-barcodes/","archived":false,"fork":false,"pushed_at":"2018-11-15T02:14:24.000Z","size":5475,"stargazers_count":12,"open_issues_count":6,"forks_count":5,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-24T01:11:14.542Z","etag":null,"topics":["barcode","barcode-detection","barcode-reader","barcode-scanner","csharp","csharp-code","qrcode"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iron-software.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-15T01:51:32.000Z","updated_at":"2023-07-26T05:10:45.000Z","dependencies_parsed_at":"2023-03-17T18:46:03.786Z","dependency_job_id":null,"html_url":"https://github.com/iron-software/Iron-Barcode-Reading-Barcodes-In-CSharp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iron-software%2FIron-Barcode-Reading-Barcodes-In-CSharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iron-software%2FIron-Barcode-Reading-Barcodes-In-CSharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iron-software%2FIron-Barcode-Reading-Barcodes-In-CSharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iron-software%2FIron-Barcode-Reading-Barcodes-In-CSharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iron-software","download_url":"https://codeload.github.com/iron-software/Iron-Barcode-Reading-Barcodes-In-CSharp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248126264,"owners_count":21051888,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["barcode","barcode-detection","barcode-reader","barcode-scanner","csharp","csharp-code","qrcode"],"created_at":"2024-09-24T20:29:51.494Z","updated_at":"2025-10-29T14:35:54.080Z","avatar_url":"https://github.com/iron-software.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reading Barcodes In C\u0026num;\n\nA detailed C# tutorial showing how to use the **BarCode** package from Nuget to read Barcodes \n\n```\n PM \u003e Install-Package Barcode\n```\n\nhttps://www.nuget.org/packages/BarCode/\n\n```\nusing IronBarCode;\nusing System;\n```\n\n**Topic Covered:**\n\n\n### 1 Get Started.cs\nHow to read almost any barcode or QR Code in 1 line of code.\n\n\n### 2 Try Harder.cs\nImproving performance by specifying barcode formats to scan, and using the **TryHarder** flag to find skewed or noisy barcodes, at the cost of some speed.\n\n\n### 3 Read Multiple.cs\n\nReading one or many barcodes from documents and scans including\n\n- Images\n- PDF files\n- MultiFrame GIF and TIFF images\n- MultiThreading for faster performance\n\n\n### 4 Reading Imperfect Barcodes.cs\nDealing with real world scenarios such as:\n\n- Reading Barcodes and QR from Photographs\n- Scanning PDF files for barcodes\n- Reading barcodes from small or thumbnail images\n\nAll BarcodeResult.Read methods provide the developer with control to correct image and photograph correction and straightening rotation and perspective from skewed images\n- RotationCorrection   e.g BarcodeReader.BarcodeRotationCorrection.Extreme  un-rotates and removes perspective from barcode images.\n- ImageCorrection      e.g BarcodeReader.BarcodeImageCorrection.DeepCleanPixels  separates Barcodes from background imagery and digital noise.\n- BarcodeEncoding      e.g. BarcodeEncoding.Code128  Setting a specific Barcode format improves speed and reduces the risk of false positive results\n\n\n## Learn More\n\nSee the full tutorial at https://ironsoftware.com/csharp/barcode/tutorials/reading-barcodes/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firon-software%2Firon-barcode-reading-barcodes-in-csharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firon-software%2Firon-barcode-reading-barcodes-in-csharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firon-software%2Firon-barcode-reading-barcodes-in-csharp/lists"}