Open
Description
At present, paper-qa seems to create indices indexed by file path.
For example, renaming the root document directory for papers
to papers2
causes paper-qa to treat all files inside as "new".
Would it be possible to avoid using file paths and instead use something like md5 hashes of the PDFs?
This way the input papers can be moved / reorganized without having to recompute the indices.