✅ Scanning PDFs using ASP.NET
So in my current project im using iTextSharp to scan PDFs for text; But also something called "Tesseract" to scan images for Text; Then im filtering the text to get the information i am looking for.
Figured a good way to go about this is using ReGex. The PDF/images in question are Invoices.
Could use some tips to get the correct information.
0 Replies