- 
                Notifications
    
You must be signed in to change notification settings  - Fork 72
 
Open
Labels
Description
I'm curious if tabulizer supports providing column offsets as a percentage as upstream tabula-java does.
 -c,--columns <COLUMNS>     X coordinates of column boundaries. Example
                            --columns 10.1,20.2,30.3. If all values are
                            between 0-100 (inclusive) and preceded by '%',
                            input will be taken as % of actual width of
                            the page. Example: --columns %25,50,80.6
This is a pretty vital part of my workflow for identifying column offsets using a web-based UI. I was wondering what would need to change for this to be possible. I'd be willing to make the changes if pointed in the right direction.