Merged in feature/assertions (pull request #158)

Assertions + Gen Text

* assert
This commit is contained in:
Michael McGuinness
2025-05-28 12:36:47 +00:00
parent cc2278086f
commit db469e7491
7 changed files with 290 additions and 17 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ func (s *Service) executeExtraction(ctx context.Context, documentId uuid.UUID) e
return err
}
text, err := s.getDocumentText(ctx, doc)
text, err := s.GetDocumentText(ctx, doc)
if err != nil {
return err
}