I am using tabula-py to extract some text from a pdf. For my program I need to know the total number of pages. Is it possible to know this with tabula-py or do I need to use another module for this? If yes can you suggest the easiest method, possibly without any additional module or with a built-in module?
Note: No I don't need to read all, so I am not using pages='all'