From 2bad826fbfd2bf73c913f727bcd3dc8c8dde4c5b Mon Sep 17 00:00:00 2001 From: Jason Liu Date: Mon, 18 Dec 2023 18:29:56 -0500 Subject: [PATCH] typo --- docs/examples/extracting_tables.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/examples/extracting_tables.md b/docs/examples/extracting_tables.md index 9ab1231..cbf3ec1 100644 --- a/docs/examples/extracting_tables.md +++ b/docs/examples/extracting_tables.md @@ -1,9 +1,5 @@ # Extracting Tables From Images -This guide includes all necessary code snippets, explanations, and a practical example. - -## Introduction - This post demonstrates how to use Python's type annotations and OpenAI's new vision model to extract tables from images and convert them into markdown format. This method is particularly useful for data analysis and automation tasks. ## Building the Custom Type for Markdown Tables