Skip to content

Commit

Permalink
fixup! Create helper class for AWS Textract
Browse files Browse the repository at this point in the history
  • Loading branch information
VirginiaDooley committed Nov 7, 2023
1 parent 8d4f209 commit 49ba64f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ynr/apps/official_documents/tests/test_helpers.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import boto3
from django.test import TestCase
from official_documents.helpers import AWSTextract
from official_documents.models import TextractResult

textract_client = boto3.client("textract")


class TestHelpers(TestCase):
def test_textract_succeeded(self):
Expand Down

0 comments on commit 49ba64f

Please sign in to comment.