We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb26603 commit 5e60942Copy full SHA for 5e60942
Makefile
@@ -198,6 +198,10 @@ test-extra-pypandoc:
198
test-extra-xlsx:
199
PYTHONPATH=. CI=$(CI) ${PYTHON} -m pytest test_unstructured/partition/test_xlsx.py
200
201
+.PHONY: test-text-extraction-evaluate
202
+test-text-extraction-evaluate:
203
+ PYTHONPATH=. CI=$(CI) ${PYTHON} -m pytest test_unstructured/metrics/test_text_extraction.py
204
+
205
## check: runs linters (includes tests)
206
.PHONY: check
207
check: check-ruff check-black check-flake8 check-version
0 commit comments