Live data from Hacker News

Launch HN: Midship (YC S24) – Turn PDFs, docs, and images into usable data

news.ycombinator.com

11–20 of 66 posts

Re: Launch HN: Midship (YC S24) – Turn PDFs, docs, and images into usable data

#11

Congrats on the launch! A quick search in the YC startup directory brought up 5-10 companies doing pretty much the same thing: - https://www.ycombinator.com/companies/tableflow - https://www.ycombinator.com/companies/reducto - https://www.ycombinator.com/companies/mindee - https://www.ycombinator.com/companies/omniai - https://www.ycombinator.com/companies/trellis At the same time, accurate document extraction is bec…

Yes there is definitely a boom in document related startups. We see our niche as focusing on non technical users. We have focused on making it easy to build schemas, an audit and review experience, and integrating into downstream applications.

Re: Launch HN: Midship (YC S24) – Turn PDFs, docs, and images into usable data

#13

Congrats on the launch! A quick search in the YC startup directory brought up 5-10 companies doing pretty much the same thing: - https://www.ycombinator.com/companies/tableflow - https://www.ycombinator.com/companies/reducto - https://www.ycombinator.com/companies/mindee - https://www.ycombinator.com/companies/omniai - https://www.ycombinator.com/companies/trellis At the same time, accurate document extraction is bec…

[deleted]

Re: Launch HN: Midship (YC S24) – Turn PDFs, docs, and images into usable data

#14

Congrats on the launch! A quick search in the YC startup directory brought up 5-10 companies doing pretty much the same thing: - https://www.ycombinator.com/companies/tableflow - https://www.ycombinator.com/companies/reducto - https://www.ycombinator.com/companies/mindee - https://www.ycombinator.com/companies/omniai - https://www.ycombinator.com/companies/trellis At the same time, accurate document extraction is bec…

[deleted]

Re: Launch HN: Midship (YC S24) – Turn PDFs, docs, and images into usable data

#15

Congrats on the launch! A quick search in the YC startup directory brought up 5-10 companies doing pretty much the same thing: - https://www.ycombinator.com/companies/tableflow - https://www.ycombinator.com/companies/reducto - https://www.ycombinator.com/companies/mindee - https://www.ycombinator.com/companies/omniai - https://www.ycombinator.com/companies/trellis At the same time, accurate document extraction is bec…

"accurate document extraction is becoming a commodity with powerful VLMs"

Agree.

The capability is fairly trivial for orgs with decent technical talent. The tech / processes all look similar:

User uploads file --> Azure prebuilt-layout returns .MD --> prompt + .MD + schema set to LLM --> JSON returned. Do whatever you want with it.

Re: Launch HN: Midship (YC S24) – Turn PDFs, docs, and images into usable data

#17

Congrats on the launch! A quick search in the YC startup directory brought up 5-10 companies doing pretty much the same thing: - https://www.ycombinator.com/companies/tableflow - https://www.ycombinator.com/companies/reducto - https://www.ycombinator.com/companies/mindee - https://www.ycombinator.com/companies/omniai - https://www.ycombinator.com/companies/trellis At the same time, accurate document extraction is bec…

TableFlow co-founder here - I don't want to distract from the Midship launch (congrats!) but did want to add my 2 cents.

We see a ton of industries/use-cases still bogged down by manual workflows that start with data extraction. These are often large companies throwing many people at the issue ($$). The vast majority of these companies lack technical teams required to leverage VLMs directly (or at least the desire to manage their own software). There’s a ton of room for tailored solutions here, and I don't think it's a winner-take-all space.

Re: Launch HN: Midship (YC S24) – Turn PDFs, docs, and images into usable data

#18
post #16

Saw reducto released benchmark related to your product: https://reducto.ai/blog/rd-tablebench Curious your take on the benchmark and how well midship performs

The reducto guys are great! Their benchmark is not exactly how we would index our product because we extract into a user specified template vs. extracting into markdown (wysiwyg). That being said their eval aligns with our internal findings of commercial OCR offerings.

Re: Launch HN: Midship (YC S24) – Turn PDFs, docs, and images into usable data

#19

Congrats on the launch! A quick search in the YC startup directory brought up 5-10 companies doing pretty much the same thing: - https://www.ycombinator.com/companies/tableflow - https://www.ycombinator.com/companies/reducto - https://www.ycombinator.com/companies/mindee - https://www.ycombinator.com/companies/omniai - https://www.ycombinator.com/companies/trellis At the same time, accurate document extraction is bec…

TableFlow co-founder here - I don't want to distract from the Midship launch (congrats!) but did want to add my 2 cents. We see a ton of industries/use-cases still bogged down by manual workflows that start with data extraction. These are often large companies throwing many people at the issue ($$). The vast majority of these companies lack technical teams required to leverage VLMs directly (or at least the desire to…

+1 to what mitch said. We believe there is a large market for non-technical users who can now automate extraction tasks but do not know how to interact with apis. Midship is another option for them that requires 0 programming!

Re: Launch HN: Midship (YC S24) – Turn PDFs, docs, and images into usable data

#20

Congrats on the launch! A quick search in the YC startup directory brought up 5-10 companies doing pretty much the same thing: - https://www.ycombinator.com/companies/tableflow - https://www.ycombinator.com/companies/reducto - https://www.ycombinator.com/companies/mindee - https://www.ycombinator.com/companies/omniai - https://www.ycombinator.com/companies/trellis At the same time, accurate document extraction is bec…

"accurate document extraction is becoming a commodity with powerful VLMs" Agree. The capability is fairly trivial for orgs with decent technical talent. The tech / processes all look similar: User uploads file --> Azure prebuilt-layout returns .MD --> prompt + .MD + schema set to LLM --> JSON returned. Do whatever you want with it.

Totally agree that this is becoming the standard "reference architecture" for this kind of pipeline. The only thing that complicates this a lot today is complex inputs. For simple 1-2 page PDFs what you describes works quite well out of the box but for 100+ page doc it starts to fall over in ways I described in another comment.
Post reply on HN