Hi!
I've downloaded and installed the requirements, I've tried to test the application using the file that are in the folder 'data/pdf_tests' but the result is an empty html page.
This is the command used:
python scripts/main.py data/pdf/pdf_tests/ -s 2 -o res/
This is the output file give as result:
<table>
<tbody>
<tr>
<td>
</td>
</tr>
</tbody>
</table>
Is there anything that can fix it? Am I doing something wrong?