This commit is contained in:
Jason Liu
2023-12-18 18:29:56 -05:00
parent 7585cd4195
commit 2bad826fbf
-4
View File
@@ -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