bvbg1

Results 6 issues of bvbg1

I tried this line: `document = extractor.get_result(job_id=job_id, TextractAPI.ANALYZE)` and I get: `[ERROR] Runtime.UserCodeSyntaxError: Syntax error in module 'lambda_function': positional argument follows keyword argument ` Also tried: ` document = extractor.get_result(job_id=job_id,...

How can I get the text in natural reading order (left to right) with detect_document_text with line break info? Example image: document.text output: ``` quick a brown fox jumps over...

enhancement

In https://github.com/aws-samples/amazon-textract-response-parser/blob/master/src-python/README.md I can see several features that I'd like to access from amazon-textract-textractor. Specifically: - Order blocks (WORDS, LINES, TABLE, KEY_VALUE_SET) by geometry y-axis - Page orientation in degrees...

Is there documentation and/or examples on how to use the new table extraction features?

I can see support for exporting to csv, Pandas DataFrame and xls here: https://aws-samples.github.io/amazon-textract-textractor/notebooks/table_data_to_various_formats.html Is there a way to export the table data to json? Or do I have to...

I tried out the code from this example: https://aws-samples.github.io/amazon-textract-textractor/notebooks/document_linearization_to_markdown_or_html.html#All-entities-can-be-linearized The markdown output I'm getting is different from the above and is incorrect: ``` | CO. | FILE | DEPT. |...

need repro