| # Some stats for random 10 WAT files from CC (see [GitHub](https://github.com/marianna13/PDF_extraction) for more info) |
|
|
| ## Stats for the links |
|
|
| |
| |Number of PDF links| |
| |------------------| |
| | 131379| |
| |
| |
| |Number of working PDF links from 10k sample| |
| |-------------------------| |
| | 3904| |
| |
| |sum(num_words)| |
| |--------------| |
| | 384953| |
| |
| |sum(num_tokens)| |
| |---------------| |
| | 715422| |
| |
| | avg(num_words)| |
| |-----------------| |
| |6999.145454545454| |
| |
| | avg(num_tokens)| |
| |------------------| |
| |13007.672727272728| |
| |
| ## Stats for extracted data (for 100 random URLs) |
|
|
| 1 process: |
|
|
| | total_processing_time | No error | FSTimeoutError | FileDataError cannot open broken document | Empty doc | ValueError Protocol not known: "http | TypeError _request() got an unexpected keyword argument 'target_options' | FileNotFoundError | |
| |------------------------:|-----------:|------------------:|--------------------------------------------:|------------:|---------------------------------------:|---------------------------------------------------------------------------:|--------------------:| |
| | 147.385 | 54 | 17 | 11 | 8 | 2 | 1 | 7 | |
|
|
| 5 processes: |
|
|
| | total_processing_time | No error | FSTimeoutError | FileDataError cannot open broken document | Empty doc | ValueError Protocol not known: "http | FileNotFoundError | TypeError _request() got an unexpected keyword argument 'target_options' | |
| |------------------------:|-----------:|------------------:|--------------------------------------------:|------------:|---------------------------------------:|--------------------:|---------------------------------------------------------------------------:| |
| | 28.9343 | 53 | 17 | 12 | 8 | 2 | 7 | 1 | |
|
|
| 10 processes: |
|
|
| | total_processing_time | No error | FSTimeoutError | Empty doc | FileDataError cannot open broken document | FileNotFoundError | TypeError _request() got an unexpected keyword argument 'target_options' | ValueError Protocol not known: "http | |
| |------------------------:|-----------:|------------------:|------------:|--------------------------------------------:|--------------------:|---------------------------------------------------------------------------:|---------------------------------------:| |
| | 14.9258 | 55 | 17 | 8 | 12 | 5 | 1 | 2 | |