rangement/tests/pdf.test.js
2023-07-05 23:11:46 +02:00

10 lines
198 B
JavaScript

xdescribe('detection and tagging with content found in PDF content', () => {
xtest('should find invoice hint in pdf', () => {
})
xtest('should find research paper hint in pdf', () => {
})
})