python-scraperlib
python-scraperlib copied to clipboard
`StaticItem` seems to be way slower due to automatic indexing
Since 4.0.0, it looks like automatic indexing of PDFs has made the scraperlib significantly slower to process items.
It is probably linked to the fact that with current 4.0.0 implementation we have to guess the mimetype of every item.