rangement/tests/pdf.test.js

10 lines
198 B
JavaScript
Raw Normal View History

2023-07-05 23:11:46 +02:00
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', () => {
})
})