retailpxdemo / base /__init__.py
leonge's picture
Added first scan logic
9f97a7a
raw
history blame
627 Bytes
from data_models import ( # noqa 401, 403
Allergen,
AllergensOut,
Attribute,
AttributeAllergen,
AttributeCommunicationChannel,
ClassifiedText,
CommunicationChannels,
CommunicationChannelsOut,
ModelOut,
ModelOutList,
NetContent,
NetContentAttribute,
NutrientTable,
NutrientTableDailyValueIntake,
NutrientTableElement,
NutrientTableQuantity,
OCROut,
OCROutList,
OCRTableOut,
OCRTextOut,
OCRWrapperOut,
PipelineInput,
PipelineOutput,
RedirectInput,
TextWithLanguage,
TrainModelOut,
)
from base.ocr import * # noqa 401, 403