Skip to content

tychy/toukibo-parser

Repository files navigation

toukibo-parser

商業登記簿パーサー

動作イメージ

 % make run TARGET=<PDFのパス>
mkdir -p bin
go build -o bin/toukibo-parser main.go
./bin/toukibo-parser -path="testdata/pdf/sample1.pdf"
HoujinKaku: 株式会社
HoujinName: 株式会社近畿商事
HoujinAddress: 東京都Sample区Sample1丁目1番地1
HoujinExecutiveNames: [大門十三,壹岐正]
HoujinRepresentativeNames: [壹岐正]
HoujinCapital:  1000000
HoujinCreatedAt: 令和3年1月6日
HoujinBankruptedAt: 
HoujinDissolvedAt: 
HoujinContinuedAt: 

テストを実行する場合

% make get/sample
% make test

ライセンス

このソフトウェアを利用するには、。ライセンス契約が必要です。詳細はcontact@tychy.jpまでお問い合わせください。

Copyright 2023 - 2024, Ryu Yamada.

(JA) ソースコードおよびバイナリ形式の改変および再配布、許諾なき商用利用を禁止します。
(EN) We prohibit the modification and redistribution of the source code
and binary format, as well as any commercial use without permission.

---

This repository contains a code from github.com/rsc/pdf.

---
Copyright (c) 2009 The Go Authors. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

   * Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
   * Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
   * Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

免責事項

サンプルとして使用される登記簿の個人情報は公開情報です。したがって、以下の点についてご理解ください:

  1. 情報の正確性と利用目的について、一切の保証をいたしません。
  2. 個人情報の保護に関する法的責任を負いません。
  3. 削除要請には速やかに対応いたします。削除を希望する場合は、contact@tychy.jpまでご連絡ください。

About

商業登記簿パーサー

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages