各位大神,我需要提取下记图片里面的文字/数值,目前使用OCR提取文本好像不行。
想请教一下大家有没有好的办法。


错误详细信息:
相关 ID: 6389fb1a-0447-4fa1-8178-750c2e7636cd
可为空的对象必须具有一个值。: Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionException: 未能使用 OCR 提取文本 ---> System.InvalidOperationException: 可为空的对象必须具有一个值。
在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
在 Microsoft.Flow.RPA.Desktop.Modules.OCR.Utilities.Utilities.GetImageForOCR(OCRSource source, SourceScanMode sourceScanMode, Nullable1 scanRegionX1, Nullable
1 scanRegionY1, Nullable1 scanRegionX2, Nullable
1 scanRegionY2, IEnumerable1 imagesToFind, Int32 tolerance, Boolean waitForImage, Boolean timeoutSet, Nullable
1 timeout, Nullable1 searchRegionImageX1, Nullable
1 searchRegionImageY1, Nullable1 searchRegionImageX2, Nullable
1 searchRegionImageY2, Action suspendSecureScreen, Action restoreSecureScreen, String imageFilepath, IImageFinder imageFinder)
在 Microsoft.Flow.RPA.Desktop.Modules.OCR.Actions.ExtractTextWithOCRBase.Execute(ActionContext context)
--- 内部异常堆栈跟踪的结尾 ---
在 Microsoft.Flow.RPA.Desktop.Modules.OCR.Actions.ExtractTextWithOCRBase.Execute(ActionContext context)
在 Microsoft.Flow.RPA.Desktop.Robin.Engine.Execution.ActionRunner.Run(IActionStatement statement, Dictionary2 inputArguments, Dictionary
2 outputArguments)