Please guidance on how to use Extract Structured Data

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


use for loop to get all page,
each loop write to a file excel
Regards
LNV

@22222222asas

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

1 Like

@rlgandu

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?

@22222222asas


1 Like

@22222222asas

1 Like

You can try


it will read each page then paste to each excel file

1 Like

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

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.