This project is a Spring Boot application that reads data from a JSON file and converts it to a PDF format. It includes a REST API that can be accessed via HTTP requests using tools like Postman.
PDFのデータ化に伴う複雑さの解消 業務システムを構築する際、請求書や履歴書といったPDFから特定のデータを抽出する作業は、非常に手間のかかる工程です。従来はOCRで文字を読み取り、正規表現で必要な項目を切り出すのが一般的でした。しかし、PDFの ...
This project is designed to convert PDF files into JSON format using GPT-4. For each page in the PDF, a JSON file will be generated. The hierarchy of the JSON structure will be inferred from the ...
Spring Boot 4では、地味ですが非常に大きな変更があります。 それが、 Jackson 3 がデフォルトJSONシリアライザになる ことです。 「Jacksonって何?」 と思う人もいるかもしれません。 しかしSpring Boot開発者にとって、Jacksonはほぼ空気のような存在です。 を相互 ...