Extracting financial disclosure and police reports with OpenAI Structured Output
1–10 of 93 posts
Re: Extracting financial disclosure and police reports with OpenAI Structured Output
#2There's 10 free pages to extract if anyone wants to give it a try. I've found that just sending a pdf to models doesn't extract it properly especially with longer documents. Have tried to incorporate all best practices into this tool. It's a pet project for now. Lmk if you find it helpful!
Re: Extracting financial disclosure and police reports with OpenAI Structured Output
#3Made a small project to help extract structure from documents (pdf,jpg,etc -> JSON or CSV): https://datasqueeze.ai/ There's 10 free pages to extract if anyone wants to give it a try. I've found that just sending a pdf to models doesn't extract it properly especially with longer documents. Have tried to incorporate all best practices into this tool. It's a pet project for now. Lmk if you find it helpful!
Re: Extracting financial disclosure and police reports with OpenAI Structured Output
#4Made a small project to help extract structure from documents (pdf,jpg,etc -> JSON or CSV): https://datasqueeze.ai/ There's 10 free pages to extract if anyone wants to give it a try. I've found that just sending a pdf to models doesn't extract it properly especially with longer documents. Have tried to incorporate all best practices into this tool. It's a pet project for now. Lmk if you find it helpful!
Re: Extracting financial disclosure and police reports with OpenAI Structured Output
#5Made a small project to help extract structure from documents (pdf,jpg,etc -> JSON or CSV): https://datasqueeze.ai/ There's 10 free pages to extract if anyone wants to give it a try. I've found that just sending a pdf to models doesn't extract it properly especially with longer documents. Have tried to incorporate all best practices into this tool. It's a pet project for now. Lmk if you find it helpful!
Re: Extracting financial disclosure and police reports with OpenAI Structured Output
#6Re: Extracting financial disclosure and police reports with OpenAI Structured Output
#7Made a small project to help extract structure from documents (pdf,jpg,etc -> JSON or CSV): https://datasqueeze.ai/ There's 10 free pages to extract if anyone wants to give it a try. I've found that just sending a pdf to models doesn't extract it properly especially with longer documents. Have tried to incorporate all best practices into this tool. It's a pet project for now. Lmk if you find it helpful!
Similarly I've found old-school OCR is needed for more reliability.
Re: Extracting financial disclosure and police reports with OpenAI Structured Output
#8Worked better than any OCR we tried.
Re: Extracting financial disclosure and police reports with OpenAI Structured Output
#9OpenAI's API only accepts images: https://platform.openai.com/docs/guides/vision
To my knowledge, all the LLM services that take in PDF input do their own text extraction of the PDF before feeding it to an LLM.
Re: Extracting financial disclosure and police reports with OpenAI Structured Output
#10MIT license. It’s just one line of code to get started: ‘fox.run(“get data from example.com”)’