Open samshen-specright opened 2 years ago
From trying out this repository today, I believe the answers here are:
To export a labeled pdf, from the default layout of the repository in the main branch as it stands today, run something like:
pawls export skiff_files/apps/pawls/papers/ api/config/configuration.json coco_labels.json coco
This is documented in the cli documentation here, assuming I've correctly deduced <labeling_folder>
means the papers
folder with default config, and <labeling_config>
means the api configuration json ref'd above.
You can customize the available label options that appear in the UI by altering this file.
Hi, thank you for developing the tools, I would like to ask 2 questions: