mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-26 17:06:22 +02:00
Fix loader load error
This commit is contained in:
parent
d626ab904d
commit
354e95cb1c
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@ Loads a PDF documented into TrustGraph processing.
|
|||
"""
|
||||
|
||||
import pulsar
|
||||
from pulsar.schema import JsonSchema, document_ingest_queue
|
||||
from trustgraph.schema import Document, Source
|
||||
from pulsar.schema import JsonSchema
|
||||
from trustgraph.schema import Document, Source, document_ingest_queue
|
||||
import base64
|
||||
import hashlib
|
||||
import argparse
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue