grantrosse
Results
2
issues of
grantrosse
I was trying to locate text with a hashtag however I was unable to until I commented out the call to make_alphanum_and_lower_for_non_numbers() in the select_text() 
Calling the function with a filepath will yield a misleading error: ``` file_name = './Invoice_INV300351.pdf' response = call_textract(input_document=file_name , boto3_textract_client=client ) ``` error: ``` Traceback (most recent call last): File...