Skip to content

Commit

Permalink
Merge pull request #1520 from icecraft/fix/web_demo
Browse files Browse the repository at this point in the history
  • Loading branch information
myhloli authored Jan 13, 2025
2 parents 44f68bc + 17eba95 commit fae6789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/web_demo/web_demo/api/analysis/pdf_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from magic_pdf.data.dataset import PymuDocDataset
from magic_pdf.libs.json_compressor import JsonCompressor
from magic_pdf.model.doc_analyze_by_custom_model import doc_analyze
from magic_pdf.model.operators import InferenceResult
from magic_pdf.operators.models import InferenceResult

from ..extentions import app, db
from .ext import find_file
Expand Down

0 comments on commit fae6789

Please sign in to comment.