Martin Schade
Martin Schade
Interesting. Do you have a sample page or Textract JSON for the "Seite 1 und 2 der Kalkulation"?
Thx. Any example I can build a unit test for helps.
I just added a serializer/deserializer for the Textract JSON response with an example of ordering the items in the response transparent on an object and serializing back to the Textract...
It should be a new method as it is an API breaking change and impact customers already using the existing method. @tb102122
let's just do the marshmallow upgrade in this one and a separate one for the README, @tb102122
This is no bug, instead the JSON passed to the trp is not complete and therefore missing an id that is referenced. Usually this happens when an asychronous API is...
Hi @sam-goodwin , are you referring to Python, JS or .NET?
It is not scheduled yet, but gladly accept PRs that handle the rotation better.
The [geofinder](https://github.com/aws-samples/amazon-textract-textractor/tree/master/tpipelinegeofinder) is broader than the proposed word_1, word_2 parameters in the function call. Essentially the concept is the ability to define areas within a document to operate on, with...
Can you share the document? You are correct, it is optional and should not be be accepted according to https://docs.aws.amazon.com/textract/latest/dg/API_Geometry.html, but I never saw one without Polygon, so that would...