File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 1.0.3
2+
3+ * setting longest_edge=1333 to the table image processor
4+
15## 1.0.2
26
37* adding parameter to table image preprocessor related to the image size
Original file line number Diff line number Diff line change 1- __version__ = "1.0.2 " # pragma: no cover
1+ __version__ = "1.0.3 " # pragma: no cover
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ def initialize(
6565 # value not set in the configuration and needed for newer models
6666 # https://huggingface.co/microsoft/table-transformer-structure-recognition-v1.1-all/discussions/1
6767 self .feature_extractor .size ["shortest_edge" ] = 800
68+ self .feature_extractor .size ["longest_edge" ] = 1333
6869
6970 try :
7071 logger .info ("Loading the table structure model ..." )
You can’t perform that action at this time.
0 commit comments