added image OCR and parsing text from PDF (and OCR of PDF images)

This commit is contained in:
zadam
2023-01-26 20:32:27 +01:00
parent 63c62df787
commit ad887c4b12
13 changed files with 380 additions and 189 deletions

View File

@@ -123,7 +123,7 @@ function register(router) {
note.setContent(req.body);
noteService.scanForLinks(note);
noteService.asyncPostProcessContent(note, req.body);
return res.sendStatus(204);
});