wagtail_textract icon indicating copy to clipboard operation
wagtail_textract copied to clipboard

Text extraction for Wagtail document search

Results 14 wagtail_textract issues
Sort by recently updated
recently updated
newest added

I have OCR'ed my first set of documents with the fallback to Tesseract. It worked very well. In order for this to be most useful, OCR'ed text should be saved...

Currently, it appears there's no check for whether the file has actually changed before rerunning textract so it probably reruns even if the user has only updated the title. @gasman...

Just had a quick browse of the code and noticed that it uses asyncio to create background threads which fetch/extract text from documents. ~Is it likely that Django would start...

Hi there, I am trying to use `wagtail_textract` for my project. I tried previously using just `textract` but am interested in some of the helper utilities of `wagtail_textract`. I am...