From c10f5557496763c3f936ca43a35768a36454d363 Mon Sep 17 00:00:00 2001 From: Michele Dolfi Date: Thu, 29 Aug 2024 08:58:02 +0200 Subject: [PATCH] reduce docs in example, since they are already in the tests Signed-off-by: Michele Dolfi --- examples/custom_convert.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/custom_convert.py b/examples/custom_convert.py index 9d046d94..d4ead056 100644 --- a/examples/custom_convert.py +++ b/examples/custom_convert.py @@ -50,8 +50,6 @@ def main(): input_doc_paths = [ Path("./tests/data/2206.01062.pdf"), - Path("./tests/data/2203.01017v2.pdf"), - Path("./tests/data/2305.03393v1.pdf"), ] ###########################################################################