The following example shows how to print all the supported file types:
// Get a collection of supported file formats
Iterable<FileType>supportedFileTypes=FileType.getSupportedFileTypes();// Iterate over collection and print file format information
for(FileTypefileType:supportedFileTypes){System.out.println(fileType);}
More resources
Advanced usage topics
To learn more about document data extraction features and get familiar how to extract text, images, forms and more, please refer to the advanced usage section.
GitHub examples
You may easily run the code above and see the feature in action in our GitHub examples: