Text content and OCR #18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
V2 should have some capacity to search the document contents.
Possible solution: on save, use pymupdf to get text content of each PDF page (or OCR, if empty) and save to an additional ItemPageText model
Close in favour of #21. Search part should be separate.