You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm trying to use PAWLS to collect PDF annotations, and in the documentation, I see that I'm supposed to use the command pawls export <labeling_folder> <labeling_config> <output_path> <format> to export an annotated PDF. I'm trying to understand what <labeling_folder>, <labeling_config>, and <format> are supposed to be?
Thank you!
The text was updated successfully, but these errors were encountered:
What format are you looking for @sanjanachin ? I love PAWLS, but I needed a much more robust and modular backend. I built OpenContracts using some of the PAWLS code on the frontend. It's definitely still a work in progress, but you can annotate and export docs in multiple formats.
So consistency with the cli documentation here seems to suggest that, with the default config, the <labeling_folder> means the papers folder, <labeling_config> means the api configuration json ref'd above, and <format> means either coco or token.
Hi! I'm trying to use PAWLS to collect PDF annotations, and in the documentation, I see that I'm supposed to use the command
pawls export <labeling_folder> <labeling_config> <output_path> <format>
to export an annotated PDF. I'm trying to understand what <labeling_folder>, <labeling_config>, and <format> are supposed to be?Thank you!
The text was updated successfully, but these errors were encountered: