From 7585cd4195d4f91c6342f0ad283d775bafd6b0c8 Mon Sep 17 00:00:00 2001 From: Jason Liu Date: Mon, 18 Dec 2023 18:29:00 -0500 Subject: [PATCH] typo --- docs/examples/extracting_tables.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/examples/extracting_tables.md b/docs/examples/extracting_tables.md index a6fc492..9ab1231 100644 --- a/docs/examples/extracting_tables.md +++ b/docs/examples/extracting_tables.md @@ -1,4 +1,6 @@ -Certainly! Here's a comprehensive guide on using type annotations to extract markdown tables from images with OpenAI's new vision model. This guide includes all necessary code snippets, explanations, and a practical example. +# Extracting Tables From Images + +This guide includes all necessary code snippets, explanations, and a practical example. ## Introduction