Hello!
Please explain how to use Extract Structured Data to save multiple pages of a PDF into separate Excel files, one page per Excel file.
EX ) 1 PAGE → First excel, 2 PAGE - > Second excel
Hello!
Please explain how to use Extract Structured Data to save multiple pages of a PDF into separate Excel files, one page per Excel file.
EX ) 1 PAGE → First excel, 2 PAGE - > Second excel
Hi @22222222asas ,
I think you can read file PDF by page
In Range change to 1 for page 1,
… page n
Get pdfPageCount and save in a variable TotalPageCount
InitpageCount=1
If: InitpageCount<=TotalPageCount
Read Pdf Text:In properties Range Mention InitpageCount.ToString
Generate Datatable
WriteRange activity
InitPageCount=InitPageCount+1
I’m really sorry
Please provide screenshot with explanation for clearer understanding!
Thank you so much
hi @Nguyen_Van_Luong1
Thank you so much
but
Is there no way to use “Extract Structured Data” for this?
Thank you so much
@Nguyen_Van_Luong1
Is it permissible to use “Extract Structured Data” instead of “read PDF with OCR”?
Hi,
I think “Extract Structured Data” ok
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.