Anders
Anders
Currently, if no text elements are texted with the OCR, OmniParser will throw an exception because the ocr_bbox is None (and not interable). To fix, initialize to empty list and...
Best practice is to have BAML src files be source of truth and checked and generated client files should be in gitignore. Docs could benefit from laying out specific recommended...
When using the Python client with a custom api_url (i.e. localhost) it raises an error if there's no api key (which isn't needed for local server)
Is there a reason there is no maxWidth property available on Box? Seems odd to not have that option.