This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Net.Http.Json; | |
using System.Text.Json; | |
using System.Text.Json.Serialization; | |
var endpoint = "https://<endpoint>.<region>.models.ai.azure.com/"; | |
var apiKey = ""; | |
var inputFilePath = @""; // The path of the source PDF | |
var outputFilePath = @""; // The path of the destination Markdown file |