i want to extract the details from image and put it into excel sheet
i am able to extract the details from image but unable to put it into excel
use Add data row activity and pass ALL the data which you want to write into excel in the form of{var1,var2…}
then use write range
Hope it helps
Hi @office_work
if your are unable to extract the details from the image then you can use the OCR activities to extract text from the image. You can take the Read Pdf With OCR Activity and you can use the Tesseract OCR, Omni page OCR And UiPath Document Ocr . You can experiment with different OCR engines to find the one that gives you the best results for your specific image.
after that you can write to excel by write range activity