REFramwork -download some files, get text and insert in to the DB

helo everybody, need a help. Task: (using REF) Go to the website (URL) and download the Invoices & Receipt_OCR.zip file at the top. From the downloaded file, 10 PDFs are stored in the Invoices ZIP folder. Additionally, 10 images from the Receipts_OCR folder are stored in memory to be read with OCR. The data is queued respectively and PDF documents are read in the Process flow and the information is written to the database with SQL query. Image documents are read with OCR and their information is written to the database with SQL query. i am troubling in adding the data to the “confi” file and in the next steps

Share more details about the error you are facing.

Thanks,
Ashok :slight_smile:

I have attached the confi file . I want to go web URL, click download button, then save zip fayl to the specific folder and unzip fayl. but I guess I’m not doing something right


@azar.musayev,

Pass the Config("DownloadURL").ToString to type into.

Thanks,
Ashok :slight_smile:

first error resolved, but I got new error again
[quote=“ashokkarale, post:4,


topic:749858”]
Config(“DownloadURL”).ToString
[/quote]

@azar.musayev,

Check which application is using this. this is the error.

Thanks,
Ashok :slight_smile:

new error again,

@azar.musayev

Seems you missed to pass config variable to invoke process workflow from main workflow.

i attached inwoke process workflow,