Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: geekwenjie/SmartJavaAI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: geekwenjie/SmartJavaAI
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Jul 31, 2025

  1. feat(ocr): 增加 OCR 识别并绘制 Base64 图像方法

    - 在 OcrCommonRecModel 接口中添加了 recognizeAndDrawToBase64 和 recognizeAndDraw 方法
    - 在OcrCommonRecModelImpl 类中实现了这两个新方法
    - 新增方法支持将识别结果以 Base64 格式返回,便于在网络中传输和使用
    - 优化了现有 recognizeAndDraw 方法,使其支持 byte[] 图像数据
    - 在 OcrInfo 类中添加了 base64Img 字段,用于存储识别结果的 Base64 图像
    jacktpy committed Jul 31, 2025
    Configuration menu
    Copy the full SHA
    1979941 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. Merge pull request #6 from jacktpy/master

    feat(ocr): 增加 OCR 识别并绘制 Base64 图像方法
    geekwenjie authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    69cec81 View commit details
    Browse the repository at this point in the history
Loading