Nick Camara introduced anydoc, a local document parser claiming sub-5ms markdown conversion. The tool targets AI agents needing 100x faster parsing for PDF, DOCX, PPTX and 10 more formats.
Key facts
- anydoc claims sub-5ms markdown conversion
- Supports PDF, DOCX, PPTX plus 10 formats
- Claims 100x faster than cloud parsers
- Announced via tweet by Nick Camara
- No benchmark data or repository released
Nick Camara announced anydoc, a local document parsing tool designed for AI agents, on X (formerly Twitter) per the announcement tweet. The tool claims sub-5ms markdown conversion for PDF, DOCX, PPTX and 10 additional formats, positioning itself as a 100x faster alternative to existing cloud-based parsers.
anydoc's local-first approach addresses two pain points in agentic workflows: latency and data privacy. Cloud-based parsers typically introduce network round-trips that add 50ms to several seconds per document, depending on size and service load. By running locally, anydoc eliminates that overhead, which is critical for agents that process documents in tight loops.
Why local parsing matters for agents
The sub-5ms claim is notable because it approaches the speed of in-memory operations. For comparison, popular open-source parsers like PyPDF2 or pdfplumber often take 100ms or more for a typical page, and cloud APIs like OpenAI's file parsing or AWS Textract add network latency on top of processing time. If anydoc delivers on its claim, it would enable agents to parse documents at a rate that keeps pace with token generation, removing a bottleneck in retrieval-augmented generation and document-heavy automation.
However, the announcement is thin on technical details. The tweet does not specify the underlying technology, supported operating systems, or whether it's an open-source library or a commercial product. No benchmark data, code repository, or pricing information was provided. The claim of "100x faster" lacks a baseline—faster than what exactly? A naive implementation could be 100x slower than a well-optimized one, so the metric is ambiguous without context.
The competitive landscape
anydoc enters a crowded field. Established players like Unstructured, LlamaIndex's parsers, and cloud-native solutions from AWS and Google all offer document-to-markdown conversion. What sets anydoc apart, if the claims hold, is the combination of local execution and sub-5ms latency. This would make it attractive for edge deployments and on-premise agent systems where data cannot leave the environment.
The timing is also relevant. As AI agents move from prototypes to production, developers are increasingly hitting performance ceilings with cloud-based parsing. A local, fast parser could become a default choice for agent frameworks like LangChain or CrewAI, which currently rely on slower, network-bound tools.
What's missing
Until anydoc publishes benchmarks, a repository, or a technical blog post, the claims remain unverified. The tweet is a teaser, not a release. Developers should treat the 100x figure with skepticism until independent testing confirms it. The lack of a public benchmark is a red flag, given that parsing performance varies wildly with document complexity—a simple text PDF is trivial, while a scanned image or complex table layout is a different challenge.
For now, anydoc is a promising but unproven entry in the local parsing space. Its success will depend on whether it can deliver the promised speed without sacrificing accuracy, and whether it can integrate seamlessly into existing agent frameworks.
What to watch
Watch for anydoc's public release—a code repository, benchmark suite, or technical blog post. If Camara publishes independent benchmarks comparing against PyPDF2, Unstructured, and AWS Textract, that will validate or debunk the 100x claim. Also track adoption in LangChain or CrewAI integrations.









