You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typically, a simple extra optional argument: index_start (or similar) could be added and default to the current behavior
Also (and this is where the request idea initially comes from), pymupdf / fitz starts page index at 0. Adding this option would allow to get the same indexing for the images generated with pdf2image and the page numbers generated by pymupdf / fitz.
The text was updated successfully, but these errors were encountered:
This is a feature request.
As Python indexing starts at
0
, it would be natural to have the option to start thepdf2image.generators.counter_generator
starting at0
. Currently, it can only start at1
(except if I missed something).https://github.com/Belval/pdf2image/blob/master/pdf2image/generators.py#L43
Typically, a simple extra optional argument:
index_start
(or similar) could be added and default to the current behaviorAlso (and this is where the request idea initially comes from),
pymupdf / fitz
starts page index at0
. Adding this option would allow to get the same indexing for the images generated withpdf2image
and the page numbers generated bypymupdf / fitz
.The text was updated successfully, but these errors were encountered: