こんにちは、チェック画像を含む ntext 列があります。このチェック画像には、100 ほどの単語と値があります。私がやろうとしているのは、各単語または値を個別の列に変換することです。
Check_Image Column
------------------------------------
this is an image of a check
===========================
address
data
bla
bla
bla 25%
849324890234874
Discount -.088
Subtotal 2.62
card
33934923 john smith
I agree to pay
X ___________________
thank you!
------------------------------------
各単語を個別の列に分割して、John Smith のカードに適用された割引額のチェック画像内のデータを取得しようとしています。望ましい出力:
discount subtotal Bla 25% card
-------- -------- --------- ---------
-.088 2.62 849324890234874 33934923 John Smith
みんなありがとう