I have a pdf with 160 pages of data .here scenario is-( all columns names are same to extract but 11 diff columns data from 160 pages )
1.model
value
cost
description… likewise.
2.model
value
cost
description… likewise.
i have tried many ways to extract that to excel can anyone pls help me with that?
Hi @sasi_kiran
=> Use Read PDF Text or Read PDF with OCR to read the PDF and store the output in a variable.
=> Use Generate Data Table from Text activity and pass that variable. Stote the output in a variable which will be of datatype Data Table.
=> Use Write Range Workbook activity and write the data into Excel.
I can’t share you the pdf since it is confidential.
But i will share the some blue print type how it have data and how i need to be extracted.
First 13 pages theory
Model :value
Module :value
Code :value
Description:value
BTC :value
Shops :value
Date :value
Inspection:value
Estimated:value
Part’s**:value**
Test :value
Repairs:value
Major :value
Minor :value
Model :value
Module :value
Code :value
Description:value
BTC :value
Shops :value
Date :value
Inspection:value
Estimated:value
Part’s**:value**
Test :value
Repairs:value
Major :value
Model :value
Module :value
Code :value
Description:value
BTC :value
Shops :value
Date :value
Inspection:value
Estimated:value
Part’s**:value**
Test :value
Repairs:value
Major :value
Minor :value
Model :value
Module :value
Code :value
Description:value
BTC :value
Shops :value
Date :value
Inspection:value
Estimated:value
Part’s**:value**
Test :value
Repairs:value
Major :value
Minor :value
Model :value
Module :value
Code :value
Description:value
BTC :value
Shops :value
Date :value
Inspection:value
Estimated:value
Part’s**:value**
Test :value
Repairs:value
Major :value
Minor :value
Like wise…all 160 pages… so
I need to extract model,module,code,description,btc,shops,date,inspection,estimated,parts,test…… into Excel.