You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to containerize my Flask app w/ Elastic & FScrawler.
In my Dockerfile, I start from an Alpine Linux image, and I also copy the FScrawler source folder I have downloaded + the docx files I want to crawl, into the container.
But when running the container, FScrawler (correctly linked to ES) doesn't seem to crawl anything from the data folder.
I made the experiment to transform one docx file to txt format, and FScrawler was then able to read it.
Do you have any clue ?
Thanks !
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to containerize my Flask app w/ Elastic & FScrawler.
In my Dockerfile, I start from an Alpine Linux image, and I also copy the FScrawler source folder I have downloaded + the docx files I want to crawl, into the container.
But when running the container, FScrawler (correctly linked to ES) doesn't seem to crawl anything from the data folder.
I made the experiment to transform one docx file to txt format, and FScrawler was then able to read it.
Do you have any clue ?
Thanks !
The text was updated successfully, but these errors were encountered: