lihuib

Results 1 issues of lihuib

It looks like the only way to capture the output of amazon-textract is to redirect it into a file. Such as: amazon-textract --input-document "s3://somebucket/2022-04-16-0010.jpg" --pretty-print LINES > 2022-04-16-0010.txt Unfortunately, this...