feat: Add layout map visualization to display detected bounding boxes on the input image.
8aaedb2
Luis J Camargocommited on
feat: Update PaddleOCR-VL integration to use direct `PaddleOCRVL` instantiation and a two-stage `predict` and `restructure_pages` inference.
b2d50e0
Luis J Camargocommited on
remove explicit pipeline, version, and queue parameters during pipeline initialization
b1d14b0
Luis J Camargocommited on
refactor
3d6f34e
Luis J Camargocommited on
feat: enable document preprocessor
caa8f73
Luis J Camargocommited on
feat: Add a JSON output tab to display raw inference results for both Document and Visual Language tasks.
3141d0f
Luis J Camargocommited on
feat: Add early exit conditions to math escaping, prevent duplicate visualizations, and introduce initial loading indicators for inference.
7f05360
Luis J Camargocommited on
feat: Integrate Gradio progress bar support and refine error handling in inference functions.
015d8e6
Luis J Camargocommited on
progres report fix
9bd7a9e
Luis J Camargocommited on
feat: Implement streaming OCR results by converting `run_inference` to a generator and updating UI wrappers to consume partial outputs.
610efd0
Luis J Camargocommited on
feat: Add default configuration for the PaddleOCR-VL-1.5 pipeline.
b7745a8
Luis J Camargocommited on
refactor: Update PaddleOCR-VL model to 1.5 in configuration generation and remove the default.yaml file.
cec97f0
Luis J Camargocommited on
feat: Add Gradio progress bar updates to the `run_inference` function for better user feedback.
378d343
Luis J Camargocommited on
refactor: Update pipeline predict call to use keyword argument and iterate through results for printing.
414d76f
Luis J Camargocommited on
refactor: Migrate image inputs from `gr.File` to `gr.Image` for native preview support, removing custom preview logic, and add full progress display for inference tasks.
b107ea6
Luis J Camargocommited on
feat: add logging for prediction pipeline output type and content
2147761
Luis J Camargocommited on
config: Update OCR model_name from TachiwinOCR-VL-1.5 to PaddleOCR-VL-1.5-0.9B.
3f87369
Luis J Camargocommited on
chore: Update OCR_VL_Recognition model name from PaddleOCR-VL-0.9B to TachiwinOCR-VL-1.5.
0c7be8b
Luis J Camargocommited on
feat: Download OCR model locally from Hugging Face, update pipeline configuration to use the local path, and add `archive` to `.gitignore`.
0297456
Luis J Camargocommited on
feat: Add Gradio UI and inference logic for audio language classification with a custom Whisper encoder.
acf8835
Luis J Camargocommited on
refactor: Streamline PaddleOCR-VL pipeline setup using `paddlex` CLI for config generation and add new UI reference and existing OCR app files.
4bdfa9b
Luis J Camargocommited on
refactor: Improve PaddleOCR pipeline setup, configuration, and error handling in `app.py` and add new UI-related reference modules.