Skip to content

Commit 5ef4525

Browse files
authored
fix: added missing package import
1 parent 1f78b76 commit 5ef4525

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • python/rapidocr/inference_engine/pytorch

python/rapidocr/inference_engine/pytorch/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# -*- encoding: utf-8 -*-
22
# @Author: SWHL
33
# @Contact: liekkaskono@163.com
4+
from pathlib import Path
45
from typing import List
56

67
import numpy as np

0 commit comments

Comments
 (0)