is it possible to extract text from multi image to excel and 1 image file into 1 row in excel?. Is it possible to extract the text of a specific location in an image to excel?.
for additional information using the programming language vb.net.and I’m using VS 2010. Extract multi image to excel.7z (468.2 KB)
We need to investigate whether your requirements are feasible to achieve. For the purpose, an investigation ticket as OCRNET-414 has been logged in our issue tracking system. We will look into its details and keep you posted with the status of its resolution. Please be patient and spare us some time.
Do you want us to create code that will save the file name and text from that file (image file) to the excel file? Because if so, the you use Aspose.Cells. We can recognize images in a folder, but creating an excel file is not a work of Aspose.OCR.
The code to recognize images in folder:
string imgPath = "D:/FolderName";
List<RecognitionResult> result = api.RecognizeMultipleImages(imgPath, new RecognitionSettings());
Please note that Aspose.OCR requires .NET framework 4.6.1 or higher and you must use Visual Studio 2012 in order to utilize .NET 4.5 or higher. Please note that recommended Visual Studio Version to use Aspose.OCR is 2017 or higher.