Hiromu Hota
Hiromu Hota
I created a `-full` image based on `tomcat:jre8-alpine.` I needed to install `ttf-dejavu` since NPE happened as reported [here](https://github.com/docker-library/openjdk/issues/73). Even with `ttf-dejavu` installed, I'm having the original access denied error....
The root cause of this problem is that [Cassandrain.svg](https://github.com/pentaho/pentaho-cassandra-plugin/blob/master/core/src/main/resources/Cassandrain.svg) and [Cassandraout.svg](https://github.com/pentaho/pentaho-cassandra-plugin/blob/master/core/src/main/resources/Cassandraout.svg) use a custom font unlike [Cassandra.svg](https://github.com/pentaho/pentaho-cassandra-plugin/blob/master/core/src/main/resources/Cassandra.svg).
When trying to setup a repository, the following error occurred. ``` 03-Mar-2019 01:00:19.877 WARNING [qtp2071874151-76] org.apache.cxf.phase.PhaseInterceptorChain.doDefaultLogging Application {http://endpoints.repo.ui.di.pentaho.org/}RepositoryEndpoint has thrown exception, unwinding now org.apache.cxf.interceptor.Fault: The parameter 'uiSession' must not be...
I haven't tested thoroughly but at least `mlflow deployments create --target google_cloud` doesn't work with MLflow 2.x without this patch (https://github.com/HiromuHota/google_cloud_mlflow/tree/support-2.x).
@Ark-kun What's the current status of this project? I'm happy to contribute a PR to update this awesome library to MLflow 2.x. Any guidance would be greatly appreciated!
Created a pull request off of my branch: https://github.com/Ark-kun/google_cloud_mlflow/pull/7, which I tested `mlflow deployments create --target google_cloud` with.
Duplicate of HazyResearch/fonduer#170
According to https://stackoverflow.com/a/72613445, TF/Keras moved that function in 2.9.0. Please manually install `keras
@lukehsiao thanks for your thoughts. I just confirmed that Camelot allows to specify table areas (and pages). https://camelot-py.readthedocs.io/en/master/user/advanced.html#specify-table-areas
This is not an expected behaviour. In addition to the missing last row of the table, I can see some duplicates of cells. However, this may not be pdftotree's bug...