我的PDF文件包含一个相当复杂的表,这使得大多数工具不够。例如,我尝试使用以下工具,但它们没有很好地提取它:AWS Textract、Google AI Document、Google Vision、Microsoft Text Recognition。实际上,Google AI Document成功地做了大约70%的正确,但它还不够好。
因此,我寻找了一种自定义火车模型的方法,以便在提取这个表时,它会正确地提取它。我想知道哪些工具适合我的用例,如果有任何(AI)工具,
代码要求从2-5之间的数字输入计数到最多5,但最后一个要求是输出必须是文字数字。num = int(input('Enter a number (2-5): '))while count <= num: printnum = int(input('Enter a number (2-5): ')) count = count + 1Enter a number(<