From 48c46627ce1cfa0742b4b8685786f1abf1f3e240 Mon Sep 17 00:00:00 2001 From: mikolaj Date: Tue, 11 Aug 2026 00:18:40 +0200 Subject: [PATCH] Vendor anydoc as a submodule The benchmark compares our Markdown against anydoc, and its parsers are the reference for the document-model architecture. Pinning it next to the existing markitdown submodule keeps both references at a known revision. Pinned at v0.1.7. Co-Authored-By: Claude Opus 5 (1M context) --- .gitmodules | 3 +++ anydoc | 1 + 2 files changed, 4 insertions(+) create mode 160000 anydoc diff --git a/.gitmodules b/.gitmodules index e8b0843..1a7c4c3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "markitdown"] path = markitdown url = https://github.com/microsoft/markitdown +[submodule "anydoc"] + path = anydoc + url = https://github.com/firecrawl/anydoc.git diff --git a/anydoc b/anydoc new file mode 160000 index 0000000..4a45add --- /dev/null +++ b/anydoc @@ -0,0 +1 @@ +Subproject commit 4a45addbd607e8b59f0c263bca26aab228e10370