You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
Implement the findings from the image alignment spike into the OCR pipeline
Acceptance Criteria
Implement an
ImageAligner
class in the services moduleImplement a
align
function that takes asource_image
,template_image
, and returns anndarray
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]
The text was updated successfully, but these errors were encountered: