Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 868 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 868 Bytes

Recogito Bulk Export Utility

A Python commandline script for bulk-exporting annotations from a Recogito account.

Configure

  1. Create a copy of the file config.py.template named config.py.
  2. Replace the dummy account details in config.py with your own Recogito username and password. Keep in mind that Recogito username and password are case-sensitive!
    • To bulk-export annotations from documents in a specific folder, specify the folder ID in config.py
    • To bulk-export annotations from all documents from this account, leave the value on the DOWNLOAD_FOLDER config property as False

Bulk Download

Run the download script with python download.py. The Script requires Python 3 installed on your system. After completion, the annotations will be in the download-folder configured in config.py, in both JSON-LD and CSV format.