Skip to content

Commit 2fd1041

Browse files
committed
docs: credit ORCID in the pipeline list
The pipeline performs ORCID author disambiguation alongside ROR affiliation matching, but only ROR was listed.
1 parent f700e57 commit 2fd1041

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ The pipeline uses:
6363
- **pdfplumber** for layout-aware PDF text extraction
6464
- **lingua-language-detector** for ISO 639-1 language detection on body text (overrides any value the model emits — body text beats metadata-fragment guessing)
6565
- **ROR** (`https://api.ror.org`) for affiliation canonicalisation; matched names get a ROR identifier attached
66+
- **ORCID** (`https://pub.orcid.org`) for author disambiguation; matched creators get an ORCID identifier attached (uses the authenticated Member API when `ORCID_CLIENT_ID` and `ORCID_CLIENT_SECRET` are set, otherwise the public API)
6667

6768
## Quick Start
6869

0 commit comments

Comments
 (0)