9 lines
197 B
JavaScript
9 lines
197 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', () => {
|
||
|
|
||
|
})
|
||
|
})
|