Replies: 1 comment
-
That's great! I opened #1344 as a documentation issue. Would you like to contribute a PR to fix the doc? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is just to improve the documentation:
using fscrawler 2.8 (from docker image: dadoonet/fscrawler:noocr) I created my first job
I took the job description from
https://fscrawler.readthedocs.io/en/latest/admin/fs/index.html
An created my job based on this example.
a)
On running it gave a warning on one setting to be a deprecated setting,.
The offending item for me was
pdf_ocr: false
which I changed then to
ocr.pdf_strategy: no_ocr
as proposed
b)
Also in the config entry
follow_symlink: false
option was missing, which I needed to change and needed to look up the option somewhere else
Beta Was this translation helpful? Give feedback.
All reactions