WeSearch

Turn a folder of PDFs into a live JSON API

·4 min read · 0 reactions · 0 comments · 10 views
#technology#software#api
Turn a folder of PDFs into a live JSON API
⚡ TL;DR · AI summary

Yonas Yeneneh has developed ParseApi, a tool that converts folders of PDFs into live JSON APIs. The service simplifies the process of extracting data from documents by inferring schemas and allowing for easy corrections. Users can create a folder, upload PDFs, and immediately access structured data without complex setup.

Key facts
Original article
ParseApi
Read full at ParseApi →
Opening excerpt (first ~120 words) tap to expand

Blog Product Product Show HN: Turn a Folder of PDFs Into a Live JSON API YY Yonas Yeneneh May 29, 2026 5 min read Hi HN — I'm Yonas. I built ParseApi solo over the last few months and shipped it a few days ago. The problem I kept hitting: I had a pile of PDFs — invoices, receipts, contracts — and I wanted the data in them as structured JSON. Every time, the same pipeline: OCR or LLM call, define the schema, handle retries, store the result, build an endpoint to serve it. Different shape, same plumbing. So I tried to collapse the whole thing into one step. The folder is the unit, not the schema or the document. Create a folder (e.g.

Excerpt limited to ~120 words for fair-use compliance. The full article is at ParseApi.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from ParseApi