Hi Team,
Can anyone help me how to convert the pdf into the excel?
PDF Image :
Excel Image :
without using string manipulation
Hi Team,
Can anyone help me how to convert the pdf into the excel?
PDF Image :
Excel Image :
Try using regex…again that si a kind of string manipulation only
Else use document understanding
You can use the invoice model
Cheers
Hi @Madhups
Since, you said that you can’t use String manipulation
you canwrite Regex expressions by Reading the PDF with activities “Read PDF Text” or “Read PDF with OCR” and using Matches activity.(you need to install UiPath.PDF.Activities).
Use Document Understanding steps to achieve the output. For more information on Document Understanding try referring the YouTube or reading the “UiPath Document Understanding Overview” course from UiPath Academy. Install( UiPath.IntelligentOCR.Activities, UiPath.OmniPage.Activities(Omni Page OCR),UiPath.DocumentUnderstanding.ML.Activities)
Hope it helps!!
Regards,
@Parvathy @Anil_G we cant use the document understanding as we don’t have admin access to Orch and ROI is very less to get the license. Also for Regex right when i am writing the pdf file to text file the data in the table is not coming correctly the data is mixing up. Is there any C# code for directly converting pdf to Excel as it is?
Did you try read text with preserve format check…then it will be little better
we can try counting the spaces or use regex…with out preserve format definitely it is messed
Try opening pdf using word document activities and check if that works for you
cheers