Belvo interview question

How would you handle a crawler that needs to read multiple PDF files

Interview Answer

Anonymous

27 Mar 2023

I could add tasks for each PDF and wait for them to be resolved after sending another PDF to read, this way i can prevent the crawler from overloading the memory and i can wait for all the information to be extracted before mounting the final data structure