How can I incorporate a custom query into start_expense_analysis?

0

We are using start_expense_analysis to analyze the invoice form, but if the product name in the invoice form has 2-3 lines or the position of the product name is ambiguous, it may not be recognized as a product or the quantity and unit price bundled with the product may not be recognized, so the user I'm trying to solve it with a custom queries.

  1. Can custom quries be applied to expense analysis?
  2. To use custom queries, I entered a query and trained the adapter, but when I try to use it, I have to enter another query. Is this the right way to use it?
  3. Is it possible to implement a function like LineItemGroup in cost analysis using the custom query function?

start_expense_analysis을 이용하여 인보이스 양식을 분석해 이용중입니다만 인보이스 양식중 상품명이 2~3줄로 되어 있거나 상품명의 위치가 애매하면 상품으로 인식을 못하거나 상품과 같이 묶여 있는 수량과 단가등을 인식하지 못할때가 있어 custom queries 로 해결하려고 합니다.

  1. expense analysis에 custom quries가 접목이 되나요?
  2. custom queries 를 사용하기위해 쿼리를 입력하고 adapter 를 훈련시켰는데 막상 사용하려고 하니 또 쿼리를 입력해야 하는데 이게 사용법이 맞나요?
  3. custom queries 기능으로도 비용분석에 LineItemGroup과 같은 기능을 구현할 수 있나요?
ckhan
질문됨 7달 전419회 조회
1개 답변
0

안녕하세요.

우선 Custom queries 를 사용하기 위해 Adapter를 만들고 적용하는 과정은 다음 자료를 참고하세요.

Custom queries 에서 Adapter를 만드는 과정은 일종의 머신러닝 데이터셋을 만들고 트레이닝 하는 과정과 유사합니다. 송장 이미지들을 잔뜩 넣고, 뽑아낼 데이터에 대한 질문을 넣어 이미지를 트레이닝 시킨 뒤에, 원하는 텍스트를 잘 뽑아왔는 지 확인하는 과정까지 완료하면 Adapter를 만들고, 이를 Textract 에서 사용할 수 있습니다.

다만 만들어진 Adapter를 사용하여 analysis를 하는 것은 아직은 start-document-analysis 에서 가능합니다. start_expense_analysis 에서는 Adapter 관련 인자를 넣을 수 없습니다.

LineItemGroup 은 테이블 형태로 식별되는 데이터가 있다면 나오기 때문에, 테이블 item 에 대해서 확인은 가능 하겠으나, LineItemExpenseFields 같은 것이 일반 document 분석에서는 나오지 않을 것으로 예상되기에 확인된 텍스트로 직접 계산하는 로직을 구현하셔야 할 것으로 생각됩니다.

froguin
답변함 2달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠