Skip to content

Instantly share code, notes, and snippets.

View omototo's full-sized avatar

Alexander Pinsker omototo

View GitHub Profile
@omototo
omototo / Program.cs
Last active March 22, 2023 12:21 — forked from normj/Program.cs
Fields extraction from EU driver license using Amazon Textract
using System;
using System.IO;
using System.Threading.Tasks;
using System.Threading;
using Amazon;
// From the AWSSDK.Textract NuGet package
using Amazon.Textract;
using Amazon.Textract.Model;