emileriksenkeev makes scanned documents searchable again
sydOS is hardening document intake so image-only and awkwardly formatted files do not disappear from search.
The important fix catches a subtle failure: scanned PDFs could be mistaken for text-bearing documents because page placeholders looked like extracted content. They were indexed as empty material instead of sent through OCR, leaving 278 workspace documents effectively invisible to search.
The fork also broadens the safety net:
- OCR for scanned PDFs and standalone images, making their text searchable.
- Smarter handling of very large scans, reducing the risk of processing failures.
- Support for older Word documents and mislabeled image files.
- Cleanup of problematic hidden characters before extracted text is stored.
This is unglamorous work with real practical value: reliable search depends on recognising when a document contains no usable text at all.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?