mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2025-07-28 03:12:33 +00:00

* Add MCP OCR server draft version * update code review * structure can return images * refine code and code review * fix images return logic * refractor structure for abstract layer * Fix bugs and enhance code * Use string literal for output mode * update images logic for service * update readme and config example * update readme and config example * Fix bugs and add * refine structure image logic, now can show positions in texts * update readme file based on code review * update readme file * update readme file * udpate readme * udpate readme * Polish doc * add en readme * Refactor docs and update installation guide --------- Co-authored-by: Bobholamovic <mhlin425@whu.edu.cn>
16 lines
633 B
Python
16 lines
633 B
Python
# Copyright (c) 2025 PaddlePaddle Authors. All Rights Reserved.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
__version__ = "0.1.0"
|