This commit is contained in:
Jason Liu
2024-01-05 12:25:43 -05:00
parent 9f8714b5f0
commit 05fcf0b585
+1 -1
View File
@@ -1,4 +1,4 @@
# Extracting Tables From Images
# Extracting Tables using GPT-Vision
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.