coordinate transformer wip
This commit is contained in:
parent
c1c3f541d4
commit
9663cec12d
@ -0,0 +1,8 @@
|
||||
from image_prediction.transformer.transformer import Transformer
|
||||
|
||||
|
||||
class FPDFCoordinateTransformer(Transformer):
|
||||
|
||||
def transform(self, metadata: dict):
|
||||
"""FPDF uses top left corner as origin; we take this as the reference coordinate system."""
|
||||
return metadata
|
||||
Loading…
x
Reference in New Issue
Block a user