Sequence objects can be extracted from PDBx files. However, this is in theory also possible for many PDB files since they contain a SEQRES record, which also provides sequence information. Yet, The PDB parser does not offer this while the PDBx parser does.
It would be really helpful if the parser for PDB could support extracting sequences directly from the SEQRES record in PDB files and provide a get_sequence method.