How to map all sites into the unit cell when creating Structure from POSCAR

Hi, I are using Structure.from_file(‘POSCAR’) to create Structure object from POSCARs. But the fractional coords in some of the POSCARs are not in the range of [0, 1), what should I do so that the fractional coords of the Structure object are in this range?
Thanks in advance.

Could you share one of the offending POSCARs?