ProgressCallback

A callback that enables developers to monitor the progress of time-consuming operations, like page extraction from a PDF file.

Functions

Link copied to clipboard
abstract fun onPageProcessed(pageIndex: Int, totalCount: Int)

Will be called after every bit of progress (e.g. after every processed page/file before iterating to the next page/file).