themanmaran

↗ HN profile [ 77.2 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. The Process Is the Product (tylermaran.substack.com)
  2. https://status.openai.com/

  3. Last week was big for open source LLMs. We got: - Qwen 2.5 VL (72b and 32b) - Gemma-3 (27b) - DeepSeek-v3-0324 And a couple weeks ago we got the new mistral-ocr model. We updated our OCR benchmark to include the new…

  4. Vision models have been gaining popularity as a replacement for traditional OCR. Especially with Gemini 2.0 becoming cost competitive with the cloud platforms. We've been continuously evaluating different models since…

  5. Saw a ShowHN post [0] today about an open source document extractor tool. I thought the workflow sounded pretty similar to our library, and only to realize it's a direct rip of Zerox [1]. Looking through the code: 1.…

  6. Hey everyone! Today we're launching the stable release of Zerox, our open source OCR tool we've been building at OmniAi. This started out as a weekend hack with gpt-4-mini, using the very basic strategy of "just ask the…

  7. The latest Ask HN: What are you working[1] on thread just dropped. And to give my own answer, building structured datasets! I wrote a quick scraper for the HN comments. Just pulling every top level comment along with…

  8. This started out as a weekend hack with gpt-4-mini, using the very basic strategy of "just ask the ai to ocr the document". But this turned out to be better performing than our current implementation of…