Hello folks,
I’m not very experience with data scraping.
What is my case.
I have the PDF document (this is a standard form where some fields can be filled in while other not)
I need to scrape most of the information also those about empty fields. But when the fields are empty I have an error message: Scrape returned empty text
See example:
Ship Date is filled in and it is working
Departure date is empty and I can not store this information
What I should do to be able store also empty text?
~WRO3844.pdf (422.9 KB)
DATA SCREPING.zip (3.2 KB)