Can I use fastai libraries to create models for a mix of image and tabular data?

In the kaggle competition Leaf Classification (https://www.kaggle.com/c/leaf-classification/data) there is both image and tabular data. How can I use ImageClassifierData function for such dataset?