aws_textract_api 0.1.0
aws_textract_api: ^0.1.0 copied to clipboard
AWS API client for Amazon Textract (generated from SDK API specification).
example/README.md
import 'package:aws_textract_api/textract-2018-06-27.dart';
void main() {
final service = Textract(region: 'eu-west-1');
// See documentation on how to use Textract
}