PaddleOCRCore

Results 8 comments of PaddleOCRCore

@Ste1io To solve this problem, it is necessary to modify PetaPoco.Providers.OracleDatabaseProvider like this: ![image](https://github.com/CollaboratingPlatypus/PetaPoco/assets/112839355/fd5d2b5d-bfa6-49a1-87ea-54eb70dde2be)

Please test by Dababase: Oracle Method: PetaPoco.IQueryAsync.PageAsync SqlOrderBy=null ![image](https://github.com/CollaboratingPlatypus/PetaPoco/assets/112839355/73cbabf7-ac7b-4615-8242-0b1210515900)

@Ste1io Oracle中不能直接将SELECT NULL作为SQL输出NULL,需要使用SELECT NULL FROM DUAL,这是它与其它数据库不同的地方。 In Oracle, SELECT NULL cannot be directly used as SQL output NULL. Instead, SELECT NULL from DUAL needs to be used, which is different...

me to core.plugin.manager.exc.PluginInvokeError: PluginInvokeError: {"args":{},"error_type":"ConnectionError","message":"HTTPSConnectionPool(host='openaipublic.blob.core.windows.net' , port=443): Max retries exceeded with url: /gpt-2/encodings/main/vocab.bpe (Caused by NewConnectionError('\u003curllib3.connection.HTTPSConnection object at 0x7fa83b9839e0\u00 3e: Failed to establish a new connection: [Errno 113] No route...

paddleocr doc_parser -i https://paddle-model-ecology.bj.bcebos.com/paddlex/imgs/demo_image/paddleocr_vl_demo.png --device gpu:0提示:lib\site-packages\paddlex\inference\models\common\vlm\transformers\model_utils.py", line 254, in load_state_dict with safe_open(checkpoint_file, framework="paddle") as f: safetensors_rust.SafetensorError: framework paddle is invalid

最新的cpp_infer只支持V5模型,不再支持V4及以下模型了吗?

` int main() { SetConsoleOutputCP(CP_UTF8); PaddleOCRParams params; params.doc_orientation_classify_model_dir = "models/PP-LCNet_x1_0_doc_ori_infer"; params.doc_unwarping_model_dir = "models/UVDoc_infer"; params.textline_orientation_model_dir = "models/PP-LCNet_x1_0_textline_ori_infer"; params.text_detection_model_dir = "models/ch_PP-OCRv4_det_infer"; params.text_detection_model_name = ""; params.text_recognition_model_dir = "models/ch_PP-OCRv4_rec_infer"; params.text_recognition_model_name = ""; auto starttime...

I had the same problem, this is how I dealt with it ![Image](https://github.com/user-attachments/assets/0d351c05-d73a-4fc3-9bbb-e119bfa6d254) ![Image](https://github.com/user-attachments/assets/781a97a4-a4d5-44c8-ace0-39e48162fefd)