nowfound

Alternatives

Products that do what SmolDocling does

256M VLM for end-to-end document AI

  1. 1
    SmolVLM2206

    Smallest Video LM Ever from HuggingFace

    2025

  2. 2

    Ultra-efficient 1.3B vision-language model for mobile

    May 2026

  3. 3

    Opinionated, zero-config code linter and formatter

    Jan 2026

  4. 4

    The first open model to beat Sonnet made for productivity

    Feb 2026

  5. 5
    Handl233

    Turn paper documents into structured data

    2019

  6. 6

    Stop typing. Start autofilling with Superfill.AI.

    Dec 2025

  7. 7

    A new SOTA for compact open models on the edge

    May 2026

  8. 8
    GLM-4.6V239

    Open-source multimodal model with native tool use

    Dec 2025

  9. 9
    TinyPNG119

    Compress PNG images that preserves full alpha transparency

    2014

  10. 10

    Vision-to-code foundation model for real GUI automation

    Apr 2026

  11. 11

    GPT-4o level vision model on the phone

    2025

  12. 12
    InternVL3135

    Open MLLMs excelling in vision, reasoning & long context

    2025

  13. 13

    Digitize documents with one line of code, quality guaranteed

    2020

  14. 14
    Molmo 298

    SOTA video understanding, pointing, and tracking VLM

    Dec 2025

  15. 15

    Open source unstructured data ETL for AI first applications

    2024

  16. 16
    PDF2MD51

    Convert your PDFs to markdown With AI OCR

    2024

  17. 17

    The next generation of the Phi family from Microsoft

    2025

  18. 18OU

    The traditional pipeline for unstructured data extraction typically follows these steps: 1. Image → OCR Model (e.g., Google Vision) → Layout Model (e.g. Surya) → LLM → Final Answer However, this can be streamlined using a Vision-Language Model (VLM): 2. Image → VLM → Final Answer Recently VLMs have improved a lot for OCR and document understanding tasks, specifically the Qwen-2.5-VL series. We can run the Qwen-2.5-VL-7B-AWQ model locally with just 16GB VRAM, and perform end-to-end information extraction (fields and table extraction) without any external models. Hallucination with VLMs One…

    2025 · github.com

  19. 19

    AI form filling that keeps your layout 100% intact

    Feb 2026

  20. 20IM

    I made an open-source Python library for the Stable Diffusion Web UI. It's a direct alternative to Huggingface Diffusers except it has more features + runs the same scripts as A1111 so the results are replicable. Please give it a star on Github! https://github.com/saketh12/Auto1111SDK

    2024 · github.com

  21. 21

    Fully offline OCR with 100+ languages support. Full Privacy

    2025

  22. 22VB

    In modern document question answering (QA) systems, Optical Character Recognition (OCR) serves an important role by converting PDF pages into text that can be processed by Large Language Models (LLMs). The resulting text can provide contextual input that enables LLMs to perform question answering over document content. Traditional OCR systems typically use a two-stage process that first detects the layout of a PDF — dividing it into text, tables, and images — and then recognizes and converts these elements into plain text. With the rise of vision-language models (VLMs) (such as Qwen-VL and…

    Oct 2025 · github.com

  23. 23UA

    Most of the document parsers fail on real world challenges like complex tables, handwritten documents, historical document scans, equations, multi-column layouts, complex reading order, etc. We built Unsiloed Parser to handle exactly these cases. Our latest parser v3.1 achieved #1 rank and scored 88.0 strict pass-rate on olmOCR-Bench. We ran the evaluation across 1,403 PDFs and 8,413 unit tests using the unmodified upstream Allen AI scorer (olmocr==0.4.27) and found Unsiloed beats 18 other OCR services, including GPT-5.5, Claude Opus 4.7, LlamaParse, Reducto, Azure Document Intelligence, AWS…

    May 2026

  24. 24SE

    I built a CLI tool in Go that extracts structured data (JSON, CSV, Parquet) from messy PDFs and HTML pages. The core idea: LLMs are great at understanding structure but wasteful for bulk data extraction. So smelt uses a two-pass architecture: 1. A fast Go capture layer parses the document and detects table-like regions 2. Those regions (not the whole document) get sent to Claude for schema inference — column names, types, nesting 3. The Go layer then does deterministic extraction using the inferred schema This means the LLM is never in the hot path of actual data processing. It figures out…

    Mar 2026 · github.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →