The project needs slight improvement in terms of outputs.
It is best to modify the program so that it only saves content that has been successfully extracted, rather than saving empty text files if there is no extracted content. Among the positives of this:
- Facilitating and accelerating the process of analyzing the extracted data
- Save storage space
This can be achieved by using a simple if statement for each regex.
The project needs slight improvement in terms of outputs.
It is best to modify the program so that it only saves content that has been successfully extracted, rather than saving empty text files if there is no extracted content. Among the positives of this:
This can be achieved by using a simple if statement for each regex.