Martin Schade

Results 5 issues of Martin Schade

currently trp2.add_key_values only allows for keys to be added for existing value, not for new value blocks. Ideally we want to the option to pass in new value blocks to...

enhancement
python

Tests for prettyprinter call Textract directly instead of using JSON ``` def test_pretty_with_tables(): features = [Textract_Features.FORMS, Textract_Features.TABLES] textract_client = boto3.client('textract', region_name='us-east-2') response = call_textract(input_document="s3://amazon-textract-public-content/blogs/w2-example.png", features=features, boto3_textract_client=textract_client) assert response tables_result =...

Move the integration testing for the caller and textractor to a different account than 913165245630

Blocks are not explicitly exposed in the schema yet, but Expense response does support returning OCR as part of blocks already.

enhancement