how to determine the orientation of a two-dimensional Image?

i’m using SimpleITK.extract(image, size[], index[x]) to extract a cross section from a series.
And I need to determine the orientation of this cross section with: posterior, anterior, right, left, inferior and superior.
What is the best way to determine the axes of the 4 corners of the extracted image?