Azure PDF Date Extractor App

Employer not named by the sourceRemote

CloudFull Stack

Apply on the company’s site

Frontier is not the employer and does not collect applications.

About this role

Python, Cloud Computing, Azure, Software Development, RESTful API, Database Management, API Development, Azure OpenAI · I need a small-footprint Azure application, that I can deploy inside my tenant, that lets users upload a PDF of our “date effective” records and automatically pulls out the From Date and To Date.

Here is the flow I have in mind:

1. Upload interface (simple web page or BLOB-triggered function) accepts a single PDF at a time. 2. Azure AI Document Intelligence handles the parsing. If extra text cleanup or disambiguation is required, feel free to chain Azure OpenAI behind it. 3. Your code pinpoints the first instance of the two labels (“from date” / “to date”) and captures the values in ISO format. 4. The result, together with a unique identifier we generate for that file, is inserted into an Azure SQL Database table.

I will provide sample PDFs and the target table schema (id, file_name, from_date, to_date, raw_json). Success means each sample lands in the table with correct dates and zero malformed rows. A short README template that recreates the resources round out the hand-off along with a recorded video call walking through the test and architecture.

If you’ve built anything with Document Intelligence before, especially custom models, let me know—speed and accurac