diff --git a/README.md b/README.md index 142809ec..61c1ccfe 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,12 @@ options: -p PDF, --pdf PDF Path to the PDF file ``` +## Performance Benchmarks + +We ran the v1 and v2 parser on [DocLayNet](https://huggingface.co/datasets/ds4sd/DocLayNet-v1.1). We found the following overall behavior + +![parser-performance](./docs/dln-v1.png) + ## Development ### CXX diff --git a/docs/dln-v1.pdf b/docs/dln-v1.pdf new file mode 100644 index 00000000..ba257e88 Binary files /dev/null and b/docs/dln-v1.pdf differ diff --git a/docs/dln-v1.png b/docs/dln-v1.png new file mode 100644 index 00000000..af4a1f9d Binary files /dev/null and b/docs/dln-v1.png differ