Implement the findings from the image alignment spike into the OCR pipeline
Acceptance Criteria
Implement an ImageAligner class in the services module
Implement a align function that takes a source_image, template_image, and returns an ndarray aligned image.
Please include unit+integration tests
Additional context
Alignment code is in the OCR/Alignment folder, consult with @jonchang
Alignment Spike findings [1][2]
Implement the findings from the image alignment spike into the OCR pipeline
Acceptance Criteria Implement an
ImageAligner
class in the services module Implement aalign
function that takes asource_image
,template_image
, and returns anndarray
aligned image. Please include unit+integration testsAdditional context Alignment code is in the OCR/Alignment folder, consult with @jonchang Alignment Spike findings [1][2]