nielsr HF staff commited on
Commit
d016954
1 Parent(s): b4c1d52

Update README

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -1,3 +1,5 @@
1
  This dataset includes 2 document images of the [DocVQA](https://docvqa.org/) dataset.
2
 
3
- They are used for testing the LayoutLMv2FeatureExtractor + LayoutLMv2Processor inside the HuggingFace Transformers library.
 
 
1
  This dataset includes 2 document images of the [DocVQA](https://docvqa.org/) dataset.
2
 
3
+ They are used for testing the LayoutLMv2FeatureExtractor + LayoutLMv2Processor inside the HuggingFace Transformers library.
4
+
5
+ More specifically, they are used in `tests/test_feature_extraction_layoutlmv2.py` and `tests/test_processor_layoutlmv2.py`.