Closed philipskokoh closed 4 years ago
Hello @philipskokoh!
You need to update your config file because some module have changed. you have to replace:
[
"words-to-line",
{
"lineHeightUncertainty": 0.2,
"topUncertainty": 0.4,
"maximumSpaceBetweenWords": 100,
"mergeTableElements": false
}
],
by words-to-line-new,
as well as the module name heading-detection
by ml-heading-detection
Regards
It works! Thanks @dafelix42! I think it's good if the repo has a documentation of list of standard modules.
Hi,
I follow the guide to run Parsr using docker container
However, when I send request to parse a pdf file, I get this error. "Error: Module lines-to-paragraph has unresolved dependencies (words-to-line-new)" (see screenshot below)
This is the config.json I use. I think I may miss out some configuration or words-to-line-new module could be missing in the docker images.
Please advise. Thank you very much.