allenai / pawls

Software that makes labeling PDFs easy.
https://pawls.apps.allenai.org
Apache License 2.0
380 stars 74 forks source link

UI Error: Unable to Render Document #204

Open dev-testing-v opened 1 year ago

dev-testing-v commented 1 year ago

Hi, After assigning the sample pdfs through the commands:

aws s3 sync s3://ai2-s2-pawls-public/example-data ./skiff_files/apps/pawls/papers/ --no-sign-request

cd pawls/cli
python setup.py install

pawls preprocess pdfplumber skiff_files/apps/pawls/papers

pawls assign skiff_files/apps/pawls/papers development_user@example.com --all --name-file skiff_files/apps/pawls/papers/name_mapping.json

name_mapping.json:
{
"34f25a8704614163c4095b3ee2fc969b60de4698": "pdf1", 
"3febb2bed8865945e7fddc99efd791887bb7e14f": "pdf2",
"553c58a05e25f794d24e8db8c2b8fdb9603e6a29": "pdf3"
}

docker compose up

However, on accessing the UI, the document is not rendering. Is there another process I might've skipped? Screenshot from 2023-05-01 14-27-48