Relative Content

Tag Archive for c#asp.net-web-apiocrtesseract

How to extract text from an image in Visual Studio C#?

I’m trying to make a mobile app for extracting text from an image taken with a camera, and saving it in a pdf. I’m having a problem with extracting logos, tables and signatures from the image (expect a basic document you want to save as a pdf, similar to Adobe Scan), and keeping the layout of the document (paragraphs and such). My api is in asp.net core, and for the mobile app I’m using flutter. In the flutter app I’m taking the pictures with my phone and sending the bytes of the image to the api, where the whole logic with extracting the text from those images is.