Submitted by aicharades t3_10vnkj8 in MachineLearning
dpineo t1_j7k5e5z wrote
ChatGPT can work on PDF files? How does that work? Does it just parse and interpret the raw PDF file? I'd like to parse some PDF files with many (thousands) of repeated table structures and convert them to JSON, is that something ChatGPT might be able to help with?
aicharades OP t1_j7k8car wrote
This app works on all pdf files. It converts pdfs with pymupdf in python, like if you were copy pasting all the text from the pdf with some pdf formatting into chatgpt.
dpineo t1_j7lfjb4 wrote
Good to know, thanks!
Viewing a single comment thread. View all comments