Browse Source

fix: remove unitable

Sidney233 3 months ago
parent
commit
17a7758fee

+ 0 - 1
mineru/model/table/rec/slanet_plus/matcher.py

@@ -11,7 +11,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-# -*- encoding: utf-8 -*-
 import numpy as np
 
 from .matcher_utils import compute_iou, distance

+ 0 - 3
mineru/model/table/rec/slanet_plus/matcher_utils.py

@@ -11,9 +11,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-# -*- encoding: utf-8 -*-
-# @Author: SWHL
-# @Contact: liekkaskono@163.com
 import copy
 import re