Gets the PubChem ID from the links in the document.
The document to search for PubChem links
The PubChem ID, or undefined if not found
const pubchemId = getPubchemIdFromDocument(document);console.log(pubchemId);// Outputs: 1234567890 Copy
const pubchemId = getPubchemIdFromDocument(document);console.log(pubchemId);// Outputs: 1234567890
Gets the PubChem ID from the links in the document.