Author: RabinsXP Team

OCR Tools in Python: Azure Vision and Tesseract

Originally Posted On: https://medium.com/@sybil.wangmh/ocr-tools-in-python-azure-vision-and-tesseract-c48431ae3484 Optical Character Recognition (OCR) is a technology that enables computers to read text from images. OCR tools have become increasingly popular due to their ability to automate data entry and...

OCR Tool – RabinsXP.com

Optical Character Recognition (OCR) is a technology that enables computers to read text from images. OCR tools have become increasingly popular due to their ability to automate data entry and extract information from scanned...

OCR: Extract Text from Image In 8 Easy Steps

Originally Posted On: https://medium.com/@pawan329/ocr-extract-text-from-image-in-8-easy-steps-3113a1141c34 In today’s digital world, extracting text from images has become a crucial task in various applications, such as document digitization, text recognition, and data extraction. Python provides several powerful libraries...

From Pixels to Privacy Using OCR Microsoft Presidio to Redact Sensitive Data in ID Cards

Appendix: Code Snippets Text Analysis with Presidio import re import cv2 import pytesseract from presidio_analyzer import AnalyzerEngine, Pattern, PatternRecognizer from presidio_anonymizer import AnonymizerEngine from PIL import Image text = pytesseract.image_to_string(cv2.imread(“ktp_sample.jpg”)) analyzer = AnalyzerEngine() analyzer.registry.add_recognizer(PatternRecognizer(“INDONESIAN_NIK”,...

License Plate Recognition with OpenCV and Tesseract OCR

Originally Posted On: https://medium.com/prismai/license-plate-recognition-with-opencv-and-tesseract-ocr-ec427a1397e7 License Plate Recognition (LPR) is a powerful tool in computer vision, used in applications like automated toll collection, traffic monitoring, and security surveillance. This blog post will walk you through...

✅

CurlDotNet – RabinsXP.com

Originally Posted On: https://www.nuget.org/packages/CurlDotNet The Industry Standard curl Experience for C# and .NET Developers CurlDotNet brings the power and simplicity of curl to the .NET ecosystem. Execute curl commands directly in C#, make HTTP...

Needed Something Better

How to Automate PDF Generation in .NET Using IronPDF

Originally Posted On: https://dev.to/codingvila/how-to-automate-pdf-generation-in-net-using-ironpdf-e11 PDFs are the silent workhorses of the digital world. Whether it’s invoices, contracts, HR forms, or compliance documents, nearly every business workflow depends on them. Yet for developers, creating and...

✅

Awesome .NET PDF Libraries 2025

Originally Posted On: https://github.com/csharp-pdf-libraries/awesome-dotnet-pdf-libraries-2025 The most comprehensive comparison of every C# and .NET PDF library in 2025 – with honest benchmarks, code examples, and migration guides. A curated collection of 73 C#/.NET PDF libraries...

Crystal Report PDF Generate in ASP .Net API with Password

Originally Posted On: https://medium.com/%40rafay_khan/crystal-report-pdf-generate-in-asp-net-api-with-password-c1a40f9ffe9c IronPDF is a powerful library used in many ASP.NET applications. Unlike Crystal Reports, which requires a specific report designer and runtime, IronPDF allows developers to design reports using standard HTML,...

WordPress Appliance - Powered by TurnKey Linux