-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OCR Block v2 #706
base: main
Are you sure you want to change the base?
OCR Block v2 #706
Conversation
Collision with #692 |
RUN pip install watchdog[watchmedo] | ||
ENTRYPOINT watchmedo auto-restart --directory=/app/inference --pattern=*.py --recursive -- uvicorn cpu_http:app --workers $NUM_WORKERS --host $HOST --port $PORT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
from inference.core.workflows.prototypes.block import BlockResult | ||
|
||
|
||
class BaseOCRModel(ABC): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do not share common base class for OCR blocks
@stellasphere lets push that through finish line this week, ok? |
@stellasphere ping |
Description
Multi-model support of the OCR block
Draft Only
List any dependencies that are required for this change.
Type of change
How has this change been tested, please provide a testcase or example of how you tested the change?
YOUR_ANSWER
Any specific deployment considerations
For example, documentation changes, usability, usage/costs, secrets, etc.
Docs