Jeremy Gordon
Jeremy Gordon
I have the same issue. I'm running as a python script: `ocrmypdf.ocr(path, out_path, sidecar=out_txt_path, force_ocr=True, output_type=None, deskew=True)` PDF is still generated. This is an issue because generation is very slow...
This works, thank you!
We're seeing this too, and it's blocking deploys to EBS/EC2 where we're using the Docker platform and running gunicorn with UvicornWorker similar to https://github.com/aminalaee/sqladmin/issues/720#issuecomment-1978934149. Anyone found a workaround?
Thanks for your response @aminalaee, in fact we did get this working using: ``` class CustomUvicornWorker(UvicornWorker): CONFIG_KWARGS = { "proxy_headers": True, "forwarded_allow_ips": "*" } ```
As of Sep 2020, this example fails with: `Uncaught TypeError: d3.parcoords is not a function`. Is anyone aware of a working example of this code?
I'm not sure if this is what the original question is about, but I interpreted it as a way to ceiling the number of records counted in the total response,...